SPFeatureDefinition.GetDescription method
Returns the description of the Feature.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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
culture
Type: System.Globalization.CultureInfoA CultureInfo object that represents the regional settings of the Feature.
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
Microsoft.SharePoint.Administration namespace
Other resources
Packaging and Deploying Resources