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>

See also

Reference

Self class

Self members

Microsoft.Lync.Model namespace