Gets the text which will be displayed while the command is running.
            
            
            
            
            
            
            
            public override string ProcessingText {get;}
             
        
            
            'Declaration
 
Public Overrides ReadOnly Property ProcessingText As String
             
        
            
            'Usage
 
Dim instance As RetrieveQueueItemCommand
Dim value As String
 
value = instance.ProcessingText
             
        
            
        
            
        
            
            public: __property string* get_ProcessingText() override;
             
        
            
            public:
property string* ProcessingText {
   string* get() override;
}
             
        
             
        
            
            
            Property Value
Type: 
System.String The text which will be displayed while the command is running.