| DashboardSavingEventArgsCancelMessage Property  | 
            
               
             | 
          
        
        DataPA OpenAnalytics API Reference
        
 Gets or sets a value that indicates the message that should be displayed to the user when the save operation is cancelled.
 
         
        Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntaxpublic string CancelMessage { get; set; }Public Property CancelMessage As String
	Get
	Set
public:
virtual property String^ CancelMessage {
	String^ get () sealed;
	void set (String^ value) sealed;
}function get_CancelMessage();
function set_CancelMessage(value);
Property Value
Type: 
StringThe message that should be displayed to the user when the save operation is cancelled.
Return Value
Type: 
StringThe message that should be displayed to the user when the save operation is cancelled.
Remarks
See Also