Public Property Type As PerformanceCounterType
Dim instance As PerfCounterTarget Dim value As PerformanceCounterType instance.Type = value value = instance.Type
public PerformanceCounterType Type {get; set;}
public: property PerformanceCounterType Type { PerformanceCounterType get(); void set ( PerformanceCounterType value); }