LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

CancelProcessingQuestionMessage Property







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 string CancelProcessingQuestionMessage {get; set;}
 get_CancelProcessingQuestionMessage();
set_CancelProcessingQuestionMessage(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

QueueManager Class
QueueManager Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.