ActiveConferenceService.IsActive Property
NOTE: This API is now obsolete.
Gets whether the services is currently in use.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class will be removed from future versions.")> _
Public Property IsActive As Boolean
Get
Friend Set
'Usage
Dim instance As ActiveConferenceService
Dim value As Boolean
value = instance.IsActive
[ObsoleteAttribute("This class will be removed from future versions.")]
public bool IsActive { get; internal set; }
Property Value
Type: System.Boolean