ValidationMessage::Code Property

 

Gets the code for the message.

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

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

Property Value

Type: System::String^

Returns the message code.

The code for each kind of ValidationMessage must be unique.

Return to top
Show: