ChannelActionAvailabilityEventArgs.IsAvailable Property
Gets the new action availability value.
Namespace: Microsoft.Lync.Model.Conversation.AudioVideo
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property IsAvailable As Boolean
Get
'Usage
Dim instance As ChannelActionAvailabilityEventArgs
Dim value As Boolean
value = instance.IsAvailable
public bool IsAvailable { get; }
Property Value
Type: System.Boolean
See Also
Reference
ChannelActionAvailabilityEventArgs Class