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
)

See Also