ServiceCapabilitySupport Enumeration
The value of this enum indicates whether the service capability is enabled, disabled or not known from a services presence category notification.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Enumeration ServiceCapabilitySupport
'Usage
Dim instance As ServiceCapabilitySupport
public enum ServiceCapabilitySupport
Members
Member name | Description | |
---|---|---|
Unknown | It cannot be determined from the service notification whether this capability is supported. | |
Enabled | This capability is enabled. | |
Disabled | This capability is not enabled. |