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