Self.Permissions property
Gets the permission collection.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property Permissions As IList(Of AccessPermission)
Get
'Usage
Dim instance As Self
Dim value As IList(Of AccessPermission)
value = instance.Permissions
public IList<AccessPermission> Permissions { get; }
Property value
Type: System.Collections.Generic.IList<AccessPermission>