AccessEntry.Scope Property
Gets the access entry scope.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property Scope As AccessEntryScope
Get
'Usage
Dim instance As AccessEntry
Dim value As AccessEntryScope
value = instance.Scope
public AccessEntryScope Scope { get; }
Property Value
Type: Microsoft.Lync.Model.AccessEntryScope