InstrumentRule.MeterName Property

Definition

Gets the Meter.Name, either an exact match or the longest prefix match. Only full segment matches are considered. All meters are matched if this is null.

public:
 property System::String ^ MeterName { System::String ^ get(); };
public string? MeterName { get; }
member this.MeterName : string
Public ReadOnly Property MeterName As String

Property Value

If null, all instruments for the meter are matched.

Applies to