ApplicationEndpointSettings.UseRegistration Property

Gets or sets whether registration is required for this endpoint. The default value is false.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Property UseRegistration As Boolean
    Get
    Set
'Usage
Dim instance As ApplicationEndpointSettings
Dim value As Boolean

value = instance.UseRegistration

instance.UseRegistration = value
public bool UseRegistration { get; set; }

Property Value

Type: System.Boolean

Remarks

Can be set to true only if the proxy is specified and the transport type is MTLS. It must be set to true if application wants to publish presence categories with expiry policy equal to Endpoint or User.

See Also

Reference

ApplicationEndpointSettings Class

ApplicationEndpointSettings Members

Microsoft.Rtc.Collaboration Namespace