Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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