Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.