FolderType.PermissionSet Property

Definition

The PermissionSet property gets or sets a PermissionSetType object that represents all permissions that are configured for a given folder.

public:
 property ExchangeWebServices::PermissionSetType ^ PermissionSet { ExchangeWebServices::PermissionSetType ^ get(); void set(ExchangeWebServices::PermissionSetType ^ value); };
public ExchangeWebServices.PermissionSetType PermissionSet { get; set; }
Public Property PermissionSet As PermissionSetType

Property Value

The PermissionSet property returns a PermissionSetType object that represents all permissions that are configured for a folder.

Applies to