public class PermissionSetPropertyDefinition extends ComplexPropertyDefinitionBase
| Constructor and Description |
|---|
PermissionSetPropertyDefinition(String xmlElementName,
String uri,
EnumSet<PropertyDefinitionFlags> flags,
ExchangeVersion version)
Initializes a new instance of the PermissionSetPropertyDefinition class.
|
| Modifier and Type | Method and Description |
|---|---|
ComplexProperty |
createPropertyInstance(ServiceObject owner)
Creates the property instance.
|
Class<FolderPermissionCollection> |
getType()
Gets the property type.
|
internalLoadFromXml, loadPropertyValueFromXml, writePropertyValueToXmlgetAssociatedInternalProperties, getName, getPrintableName, getVersion, getXmlElement, hasFlag, hasFlag, isNullable, registerAssociatedInternalProperties, setNamegetUri, getXmlElementName, writeAttributesToXmltoString, tryLoadFromXml, writeToXmlpublic PermissionSetPropertyDefinition(String xmlElementName, String uri, EnumSet<PropertyDefinitionFlags> flags, ExchangeVersion version)
xmlElementName - Name of the XML element.uri - The URI.flags - The flags.version - The version.public ComplexProperty createPropertyInstance(ServiceObject owner)
createPropertyInstance in class ComplexPropertyDefinitionBaseowner - The owner.public Class<FolderPermissionCollection> getType()
getType in class PropertyDefinitionBaseCopyright © 2012–2015 Microsoft. All rights reserved.