PresenceSettings.PreferredServiceCapabilities Property
Gets or sets the device capabilities of this endpoint.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property PreferredServiceCapabilities As PreferredServiceCapabilities
Get
Set
'Usage
Dim instance As PresenceSettings
Dim value As PreferredServiceCapabilities
value = instance.PreferredServiceCapabilities
instance.PreferredServiceCapabilities = value
public PreferredServiceCapabilities PreferredServiceCapabilities { get; set; }
Property Value
Type: Microsoft.Rtc.Collaboration.PreferredServiceCapabilities
Remarks
If application sets the value of this property as "null", it indicates that application is not willing to publish any service capabilities.