PerformanceCounterPermissionAttribute.MachineName Property

Definition

Gets or sets the computer name for the performance counter.

public:
 property System::String ^ MachineName { System::String ^ get(); void set(System::String ^ value); };
public string MachineName { get; set; }
member this.MachineName : string with get, set
Public Property MachineName As String

Property Value

The server on which the category of the performance counter resides.

Exceptions

The MachineName format is invalid.

Applies to