  | AdditionalProgressCounterAttributeDisplayName Property  | 
 
            Gets the name of the counter.
            
 
    Namespace: 
   Ookii.Jumbo.Jet
    Assembly:
   Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntaxpublic string DisplayName { get; }Public ReadOnly Property DisplayName As String
	Get
public:
property String^ DisplayName {
	String^ get ();
}member DisplayName : string with get
Property Value
Type: 
StringThe name of the counter.
See Also