Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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>