ChannelActionAvailabilityEventArgs.Action Property
Gets the action identifier for which the availability has changed.
Namespace: Microsoft.Lync.Model.Conversation.AudioVideo
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property Action As ChannelAction
Get
'Usage
Dim instance As ChannelActionAvailabilityEventArgs
Dim value As ChannelAction
value = instance.Action
public ChannelAction Action { get; }
Property Value
Type: Microsoft.Lync.Model.Conversation.AudioVideo.ChannelAction
See Also
Reference
ChannelActionAvailabilityEventArgs Class