ContentDeploymentJob.HostingSupportEnabled Property
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property HostingSupportEnabled As Boolean
Get
Set
'Usage
Dim instance As ContentDeploymentJob
Dim value As Boolean
value = instance.HostingSupportEnabled
instance.HostingSupportEnabled = value
public bool HostingSupportEnabled { get; set; }
Property Value
Type: System.Boolean