SPFeatureDefinition.GetTitle Method
Returns the title 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 GetTitle ( _
culture As CultureInfo _
) As String
'Usage
Dim instance As SPFeatureDefinition
Dim culture As CultureInfo
Dim returnValue As String
returnValue = instance.GetTitle(culture)
public string GetTitle(
CultureInfo culture
)
Parameters
culture
Type: System.Globalization.CultureInfoA CultureInfo object that represents the regional settings of the Feature.
Return Value
Type: System.String
A string that represents the localized title of the Feature. Can be null.
Remarks
The name-value pair is in the format “$Resources:ResourceFile,ResourceName”, where ResourceFile is the name of the file that contains the title and ResourceName is the name of the string within the file.
See Also
Reference
Microsoft.SharePoint.Administration Namespace
Other Resources
Working with Features