Share via


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.

See also

Reference

ContentDeploymentPath class

ContentDeploymentPath members

Microsoft.SharePoint.Publishing.Administration namespace