Partilhar via


ApplicationEndpoint.UseRegistration Property

Gets whether registration is performed for the endpoint.

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

Syntax

'Declaration
Public ReadOnly Property UseRegistration As Boolean
    Get
'Usage
Dim instance As ApplicationEndpoint
Dim value As Boolean

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

Property Value

Type: System.Boolean

Remarks

It must be set to true if application wants to publish endpoint bound presence.

See Also

Reference

ApplicationEndpoint Class

ApplicationEndpoint Members

Microsoft.Rtc.Collaboration Namespace