Share via


ContentDeploymentSourceError.WebId property

Gets the unique ID of the web.

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

Syntax

'Declaration
Public Property WebId As Guid
    Get
    Friend Set
'Usage
Dim instance As ContentDeploymentSourceError
Dim value As Guid

value = instance.WebId
public Guid WebId { get; internal set; }

Property value

Type: System.Guid
The unique ID of the web.

Remarks

The value is Empty in case the feature is site scoped.

See also

Reference

ContentDeploymentSourceError class

ContentDeploymentSourceError members

Microsoft.SharePoint.Publishing.Administration namespace