Share via


PermissionSetType.Permissions Property

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

Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)

Syntax

'Declaration
<XmlArrayItemAttribute("Permission", IsNullable:=False)> _
Public Property Permissions As PermissionType()
[XmlArrayItemAttribute("Permission", IsNullable=false)] 
public PermissionType[] Permissions { get; set; }
[XmlArrayItemAttribute(L"Permission", IsNullable=false)] 
public:
property array<PermissionType^>^ Permissions {
    array<PermissionType^>^ get ();
    void set (array<PermissionType^>^ value);
}
/** @property */
public PermissionType[] get_Permissions ()

/** @property */
public void set_Permissions (PermissionType[] value)
public function get Permissions () : PermissionType[]

public function set Permissions (value : PermissionType[])

Property Value

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)