Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DisplayAttribute::GetPrompt Method ()

 

Returns the value of the Prompt property.

Namespace:   System.ComponentModel.DataAnnotations
Assembly:  System.ComponentModel.DataAnnotations (in System.ComponentModel.DataAnnotations.dll)

public:
String^ GetPrompt()

Return Value

Type: System::String^

Gets the localized string for the Prompt property if the ResourceType property has been specified and if the Prompt property represents a resource key; otherwise, the non-localized value of the Prompt property.

The Prompt property is typically used as a prompt or watermark for a UI element that is bound to the property that is annotated with the Prompt attribute.

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 3.0
Return to top
Show:
© 2017 Microsoft