Share via


ContentDeploymentSourceError.IsFeatureHidden property

Gets a Boolean value that indicates whether the feature is hidden.

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

Syntax

'Declaration
Public Property IsFeatureHidden As Boolean
    Get
    Friend Set
'Usage
Dim instance As ContentDeploymentSourceError
Dim value As Boolean

value = instance.IsFeatureHidden
public bool IsFeatureHidden { get; internal set; }

Property value

Type: System.Boolean
true if the feature is hidden; otherwise, false.

See also

Reference

ContentDeploymentSourceError class

ContentDeploymentSourceError members

Microsoft.SharePoint.Publishing.Administration namespace