ResourcesAttribute.Undefined Field

Represents the value returned if the ResourcesAttribute class is not defined.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Const Undefined As String
'Usage
Dim value As String

value = ResourcesAttribute.Undefined
public const string Undefined

Remarks

If the ResourcesAttribute class is not defined, the user interface values of the Microsoft.SharePoint.WebPartPages.CustomPropertyToolPart tool part will revert to the non-localized metadata: the CategoryAttribute, DescriptionAttribute, FriendlyNameAttribute values. If FriendlyNameAttribute is not defined, then the internal name of the property is used.

See Also

Reference

ResourcesAttribute Class

ResourcesAttribute Members

Microsoft.SharePoint.WebPartPages Namespace