Share via


ContentDeploymentSourceError.IsWebScope property

Indicates whether the feature is installed in the web scope.

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

Syntax

'Declaration
Public ReadOnly Property IsWebScope As Boolean
    Get
'Usage
Dim instance As ContentDeploymentSourceError
Dim value As Boolean

value = instance.IsWebScope
public bool IsWebScope { get; }

Property value

Type: System.Boolean
true if the feature is installed in the web scope; otherwise, false.

See also

Reference

ContentDeploymentSourceError class

ContentDeploymentSourceError members

Microsoft.SharePoint.Publishing.Administration namespace