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.
Returns all access entries.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property AccessEntries As IList(Of AccessEntry)
Get
'Usage
Dim instance As AccessPermission
Dim value As IList(Of AccessEntry)
value = instance.AccessEntries
public IList<AccessEntry> AccessEntries { get; }
Property Value
Type: System.Collections.Generic.IList<AccessEntry>