Gets the access entry instance, or creates a
new access entry if not found.
Namespace:
Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)
Syntax
C# |
---|
public void GetAccessEntry( AccessEntryScope scope, string entryId, out AccessEntry accessEntry ) |
Parameters
- scope
- Type:
Microsoft.Lync.Model
.
.
::
.
.
AccessEntryScope
- entryId
- Type:
System
.
.
::
.
.
String
- accessEntry
- Type:
Microsoft.Lync.Model
.
.
::
.
.
AccessEntry
%