AccessPermission.GetAccessEntry method
Gets the access entry instance, or creates a new one if not found.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Sub GetAccessEntry ( _
scope As AccessEntryScope, _
entryId As String, _
<OutAttribute> ByRef accessEntry As AccessEntry _
)
'Usage
Dim instance As AccessPermission
Dim scope As AccessEntryScope
Dim entryId As String
Dim accessEntry As AccessEntry
instance.GetAccessEntry(scope, entryId, _
accessEntry)
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