Freigeben über


SPWebApplication.PresenceEnabled-Eigenschaft

Dient zum Abrufen oder Festlegen eines Werts, das bestimmt, ob Anwesenheitsinformationen in der Webanwendung verfügbar gemacht wird.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property PresenceEnabled As Boolean
    Get
    Set
'Usage
Dim instance As SPWebApplication
Dim value As Boolean

value = instance.PresenceEnabled

instance.PresenceEnabled = value
public bool PresenceEnabled { get; set; }

Eigenschaftswert

Typ: System.Boolean
true Wenn Anwesenheitsinformationen verfügbar gemacht wird; andernfalls false. Der Standardwert ist true.

Hinweise

Ein Beispiel von Anwesenheitsinformationen ist Instanz messaging.

Siehe auch

Referenz

SPWebApplication Klasse

SPWebApplication-Member

Microsoft.SharePoint.Administration-Namespace