Measurement<T>.Tags Property

Definition

Gets the measurement tags list.

public:
 property ReadOnlySpan<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> Tags { ReadOnlySpan<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> get(); };
public ReadOnlySpan<System.Collections.Generic.KeyValuePair<string,object?>> Tags { get; }
member this.Tags : ReadOnlySpan<System.Collections.Generic.KeyValuePair<string, obj>>
Public ReadOnly Property Tags As ReadOnlySpan(Of KeyValuePair(Of String, Object))

Property Value

Applies to