ResourcesAttribute.Description property

Gets or sets the resource ID that provides a description of a property when it is displayed in the CustomPropertyToolPart tool part.

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

Syntax

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

value = instance.Description

instance.Description = value
public string Description { 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