LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

CancelProcessingQuestionMessage Property

Show in webframe






Gets or sets the message displayed to prompt the user to cancel processing a task.
Syntax
public string CancelProcessingQuestionMessage {get; set;}
'Declaration
 
Public Property CancelProcessingQuestionMessage As String
'Usage
 
Dim instance As QueueManager
Dim value As String
 
instance.CancelProcessingQuestionMessage = value
 
value = instance.CancelProcessingQuestionMessage

            

            
public: __property string* get_CancelProcessingQuestionMessage();
public: __property void set_CancelProcessingQuestionMessage( 
   string* value
);
public:
property string* CancelProcessingQuestionMessage {
   string* get();
   void set (    string* value);
}

Property Value

The message displayed to prompt the user to cancel processing a task.
Requirements

Target Platforms

See Also

Reference

QueueManager Class
QueueManager Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.