SPFeatureDefinition.GetTitle method

Returns the title of the Feature.

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

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

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

SPFeatureDefinition class

SPFeatureDefinition members

Microsoft.SharePoint.Administration namespace

Other resources

Working with Features