ApplicationEndpoint.UseRegistration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.