  | AdditionalProgressCounterDisplayName Property  | 
 
            Gets or sets the display name of the progress counter.
            
 
    Namespace: 
   Ookii.Jumbo.Jet.Jobs
    Assembly:
   Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntaxpublic string DisplayName { get; set; }Public Property DisplayName As String
	Get
	Set
public:
property String^ DisplayName {
	String^ get ();
	void set (String^ value);
}member DisplayName : string with get, set
Property Value
Type: 
StringThe display name.
See Also