StreamStateChangedEventArgs.IsActive Property
Gets the flag indicating whether the stream is active.
Namespace: Microsoft.Lync.Model.Conversation.AudioVideo
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property IsActive As Boolean
Get
'Usage
Dim instance As StreamStateChangedEventArgs
Dim value As Boolean
value = instance.IsActive
public bool IsActive { get; }
Property Value
Type: System.Boolean
See Also
Reference
StreamStateChangedEventArgs Class