ValidationMessage::Description Property

 

Gets the description for a validation message.

Namespace:   Microsoft.VisualStudio.Modeling.Validation
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

public:
property String^ Description {
	String^ get();
}

Property Value

Type: System::String^

A textual description of this ValidationMessage.

Return to top
Show: