  | ClosingArgErrorMessage Property  | 
 
            Message of the error to be displayed to the user or empty string if no error to be displayed
            
 
    Namespace: 
   CodeStack.SwEx.PMPage.Base
    Assembly:
   CodeStack.SwEx.PMPage (in CodeStack.SwEx.PMPage.dll) Version: 0.7.2.0 (0.7.2.0)
Syntaxpublic string ErrorMessage { get; set; }Public Property ErrorMessage As String
	Get
	Set
public:
property String^ ErrorMessage {
	String^ get ();
	void set (String^ value);
}Property Value
Type: 
String
See Also