CapabilitySupport Enum
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.
Represents capabilities supported.
public enum class CapabilitySupport
C#
public enum CapabilitySupport
type CapabilitySupport =
Public Enum CapabilitySupport
- Inheritance
-
CapabilitySupport
Name | Value | Description |
---|---|---|
Default | 1 | Default. |
Supported | 2 | Supported. |
UnSupported | 4 | UnSupported. |
Default indicates to use the default value without overriding. For example, if CallEstablishOption.SupportReplaces is set to CapabilitySupport, then it indicates capability is Supported for AudioVideoCall and Unsupported for InstantMessagingCall.
Producto | Versiones |
---|---|
Lync UCMA | 4.0, 5.0, latest |