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
)

See Also