UserEndpointSettings.AutomaticPresencePublicationEnabled 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 or sets the boolean value representing whether presence subscription and publishing of basic presence information should be done automatically as part of the establish process for the endpoint.
public:
property bool AutomaticPresencePublicationEnabled { bool get(); void set(bool value); };
public bool AutomaticPresencePublicationEnabled { get; set; }
member this.AutomaticPresencePublicationEnabled : bool with get, set
Public Property AutomaticPresencePublicationEnabled As Boolean
Property Value
Remarks
Publication failure during endpoint establishment will be reflected through AutomaticPublicationState and AutomaticPublicationStateChanged. Subscription failure during endpoint establishment will be reflected through CurrentState and SubscriptionStateChange Endpoint establishment will be allowed to proceed inspite of publication or subscription failure. Retries will continue in the background and the application will be notified upon success.
The default value is false.