UsePerformanceCounters Property
In This Topic
Controls use of specific performance counters for DicomObjects
Syntax
'Declaration
Public Shared Property UsePerformanceCounters As Boolean
'Usage
Dim value As Boolean
DicomGlobal.UsePerformanceCounters = value
value = DicomGlobal.UsePerformanceCounters
public static bool UsePerformanceCounters {get; set;}
public:
static property bool UsePerformanceCounters {
bool get();
void set ( bool value);
}
Requirements
Target Platforms: .NET CLR 4.0 or higher
See Also