Edit

Share via


ServiceCapabilitySupport Enum

Definition

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

Disabled 2

This capability is not enabled.

Enabled 1

This capability is enabled.

Unknown 0

It cannot be determined from the service notification whether this capability is supported.

Applies to