| ValidationResultMessage Property | 
            Gets or sets the message describing the problem with the field's content.
            
 
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic string Message { get; set; }Public Property Message As String
	Get
	Set
public:
property String^ Message {
	String^ get ();
	void set (String^ value);
}member Message : string with get, set
Property Value
Type: 
String See Also
See Also