PermissionSetType.Permissions Property

Definition

The Permissions property gets or sets the permission collection for the folder.

public:
 property cli::array <ExchangeWebServices::PermissionType ^> ^ Permissions { cli::array <ExchangeWebServices::PermissionType ^> ^ get(); void set(cli::array <ExchangeWebServices::PermissionType ^> ^ value); };
public ExchangeWebServices.PermissionType[] Permissions { get; set; }
Public Property Permissions As PermissionType()

Property Value

The Permissions property returns an array of PermissionType objects that represent the permissions on the folder.

Applies to