Share via


ContentDeploymentSourceError.FeatureId property

Gets a unique ID for the feature or application instance.

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

Syntax

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

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

Property value

Type: System.Guid
A unique ID for the feature or the application instance.

Remarks

The value is Empty in cases where the error is unrelated to a specific feature.

See also

Reference

ContentDeploymentSourceError class

ContentDeploymentSourceError members

Microsoft.SharePoint.Publishing.Administration namespace