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