Try to get an access entry object given access
scope and ID.
Namespace:
Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)
Syntax
C# |
---|
public bool TryGetValue( AccessEntryScope scope, string entryId, out AccessEntry accessEntry ) |
Parameters
- scope
- Type:
Microsoft.Lync.Model
.
.
::
.
.
AccessEntryScope
- entryId
- Type:
System
.
.
::
.
.
String
- accessEntry
- Type:
Microsoft.Lync.Model
.
.
::
.
.
AccessEntry
%