ContentDeploymentPath.IncludeSecurity Property
Gets or sets the SPIncludeSecurity property for this content deployment path.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property IncludeSecurity As SPIncludeSecurity
Get
Set
'Usage
Dim instance As ContentDeploymentPath
Dim value As SPIncludeSecurity
value = instance.IncludeSecurity
instance.IncludeSecurity = value
public SPIncludeSecurity IncludeSecurity { get; set; }
Property Value
Type: Microsoft.SharePoint.Deployment.SPIncludeSecurity
A value that indicating whether to secure this ContentDeploymentPath() object.