Freigeben über


ContentDeploymentJob.IsEnabled-Eigenschaft

Dient zum Abrufen oder Festlegen des Werts, der bestimmt, ob dieses Objekt ContentDeploymentJob aktiviert ist.

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

Syntax

'Declaration
Public Property IsEnabled As Boolean
    Get
    Set
'Usage
Dim instance As ContentDeploymentJob
Dim value As Boolean

value = instance.IsEnabled

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

Eigenschaftswert

Typ: System.Boolean
Der Wert, der bestimmt, ob diese ContentDeploymentJob aktiviert oder deaktiviert ist.

Siehe auch

Referenz

ContentDeploymentJob Klasse

ContentDeploymentJob-Member

Microsoft.SharePoint.Publishing.Administration-Namespace