Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the presence endpoint application sharing capability of the presentity.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property ApplicationSharingSupport As CapabilitySupport
Get
Set
'Usage
Dim instance As PreferredServiceCapabilities
Dim value As CapabilitySupport
value = instance.ApplicationSharingSupport
instance.ApplicationSharingSupport = value
public CapabilitySupport ApplicationSharingSupport { get; set; }
Property Value
Type: Microsoft.Rtc.Collaboration.CapabilitySupport
Remarks
By default, this property is set to CapabilitySupport.Default is set and the behavior is to publish the Application Sharing service/device capabilities if supported by the platform.
See Also
Reference
PreferredServiceCapabilities Class