AccessEntryCollectionChangedEventArgs.AccessEntry Property
Gets the access entry added or removed.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property AccessEntry As AccessEntry
Get
'Usage
Dim instance As AccessEntryCollectionChangedEventArgs
Dim value As AccessEntry
value = instance.AccessEntry
public AccessEntry AccessEntry { get; }
Property Value
Type: Microsoft.Lync.Model.AccessEntry
See Also
Reference
AccessEntryCollectionChangedEventArgs Class