ContactsFolderType.PermissionSet Property
The PermissionSet property gets or sets a PermissionSetType object that represents all permissions that are configured for a given folder.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property PermissionSet As PermissionSetType
Get
Set
'Usage
Dim instance As ContactsFolderType
Dim value As PermissionSetType
value = instance.PermissionSet
instance.PermissionSet = value
public PermissionSetType PermissionSet { get; set; }
Property Value
Type: ExchangeWebServices.PermissionSetType
The PermissionSet property returns a PermissionSetType object that represents all permissions that are configured for a folder.
See Also