ServiceCapabilitySupport Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The value of this enum indicates whether the service capability is enabled, disabled or not known from a services presence category notification.
public enum class ServiceCapabilitySupport
public enum ServiceCapabilitySupport
type ServiceCapabilitySupport =
Public Enum ServiceCapabilitySupport
- Inheritance
-
ServiceCapabilitySupport
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | It cannot be determined from the service notification whether this capability is supported. |
Enabled | 1 | This capability is enabled. |
Disabled | 2 | This capability is not enabled. |