Edit

Share via


ApplicationEndpoint.UseRegistration Property

Definition

Gets whether registration is performed for the endpoint.

public:
 property bool UseRegistration { bool get(); };
public bool UseRegistration { get; }
member this.UseRegistration : bool
Public ReadOnly Property UseRegistration As Boolean

Property Value

Remarks

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

Applies to