Gets or sets the message displayed to prompt the user to clear the list.
            
            
            
            
            
            
            
            public string ClearListQuestionMessage {get; set;}
             
        
            
            'Declaration
 
Public Property ClearListQuestionMessage As String
             
        
            
            'Usage
 
Dim instance As QueueManager
Dim value As String
 
instance.ClearListQuestionMessage = value
 
value = instance.ClearListQuestionMessage
             
        
            
        
            
        
            
            public: __property string* get_ClearListQuestionMessage();
public: __property void set_ClearListQuestionMessage( 
   string* value
);
             
        
            
            public:
property string* ClearListQuestionMessage {
   string* get();
   void set (    string* value);
}
             
        
             
        
            
            
            Property Value
The message displayed to prompt the user to clear the list.