Share via


UseRegistration Property

Gets or sets a flag to decide if registration is performed for the endpoint.

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

Optional.

Can be true only if proxy is specified and the transport type is Mtls.

See Also

Reference

ApplicationEndpointSettings Class

ApplicationEndpointSettings Members

Microsoft.Rtc.Collaboration Namespace