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, writePropertyValueToXml
getAssociatedInternalProperties, getName, getPrintableName, getVersion, getXmlElement, hasFlag, hasFlag, isNullable, registerAssociatedInternalProperties, setName
getUri, getXmlElementName, writeAttributesToXml
toString, tryLoadFromXml, writeToXml
public 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 ComplexPropertyDefinitionBase
owner
- The owner.public Class<FolderPermissionCollection> getType()
getType
in class PropertyDefinitionBase
Copyright © 2012–2015 Microsoft. All rights reserved.