ResourcesAttribute.Name property

Gets or sets the resource ID that identifies the name of a property when displayed in the CustomPropertyToolPart tool part.

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

Syntax

'Declaration
Public Property Name As String
    Get
    Set
'Usage
Dim instance As ResourcesAttribute
Dim value As String

value = instance.Name

instance.Name = value
public string Name { get; set; }

Property value

Type: System.String
A string that specifies a resource ID that will be recovered through the LoadResource method.

Remarks

If this value is an empty string, the CustomPropertyToolPart user interface reverts to the use of metadata that is not localized.

See also

Reference

ResourcesAttribute class

ResourcesAttribute members

Microsoft.SharePoint.WebPartPages namespace