ShareableContentActionAvailabilityChangedEventArgs.Action property
Gets the action identifier for which the availability has changed.
Namespace: Microsoft.Lync.Model.Conversation.Sharing
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property Action As ShareableContentAction
Get
'Usage
Dim instance As ShareableContentActionAvailabilityChangedEventArgs
Dim value As ShareableContentAction
value = instance.Action
public ShareableContentAction Action { get; }
Property value
Type: Microsoft.Lync.Model.Conversation.Sharing.ShareableContentAction
See also
Reference
ShareableContentActionAvailabilityChangedEventArgs class