Self.Permissions Property
Gets the the collection of permissions for managing how other people can see the self Contact published contact information.
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>