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)
Available in Sandboxed Solutions: No
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.