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