SPFeatureDefinition.GetDescription Method

Returns the description of the Feature.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Function GetDescription ( _
    culture As CultureInfo _
) As String
'Usage
Dim instance As SPFeatureDefinition
Dim culture As CultureInfo
Dim returnValue As String

returnValue = instance.GetDescription(culture)
public string GetDescription(
    CultureInfo culture
)

Parameters

Return Value

Type: System.String
A System.Xml.XmlNode object that represents the node for the Feature definition. Returns the XML that defines the feature, localized appropriately.

See Also

Reference

SPFeatureDefinition Class

SPFeatureDefinition Members

Microsoft.SharePoint.Administration Namespace

Other Resources

Packaging and Deploying Resources