PermissionSetType.Permissions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.