Conference.IsActive Property
Gets whether the conference is currently active.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property IsActive As Nullable(Of Boolean)
Get
Friend Set
'Usage
Dim instance As Conference
Dim value As Nullable(Of Boolean)
value = instance.IsActive
public Nullable<bool> IsActive { get; internal set; }
Property Value
Type: System.Nullable<Boolean>
Remarks
[true] if the conference is known to be currently active.