Share via


ContentDeploymentSourceError.FeatureDisplayName property

Gets a string representation of a feature or an application display name.

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

Syntax

'Declaration
Public Property FeatureDisplayName As String
    Get
    Friend Set
'Usage
Dim instance As ContentDeploymentSourceError
Dim value As String

value = instance.FeatureDisplayName
public string FeatureDisplayName { get; internal set; }

Property value

Type: System.String
A string that represents a feature display name or an application display name.

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