CallParticipantEndpointProperties.SupportedCapabilities Property
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.
Caution
This value will be removed from future versions. Use the method 'GetSupportedCapabilities()' in this class.
Gets the list of Session Initiation Protocol (SIP) capabilities supported by the remote endpoint of the call.
public:
property System::Collections::ObjectModel::Collection<System::String ^> ^ SupportedCapabilities { System::Collections::ObjectModel::Collection<System::String ^> ^ get(); };
[System.Obsolete("This value will be removed from future versions. Use the method 'GetSupportedCapabilities()' in this class.")]
public System.Collections.ObjectModel.Collection<string> SupportedCapabilities { get; }
member this.SupportedCapabilities : System.Collections.ObjectModel.Collection<string>
Public ReadOnly Property SupportedCapabilities As Collection(Of String)
Property Value
- Attributes