TraceEventArgs.Label PropertyTraceEventArgs.Label PropertyTraceEventArgs::Label Property

Gets the label associated with this event.

Syntax

Public ReadOnly Property Label As String
        Get
public string Label { get; }
public:
property String^ Label {
    String^ get();
}
 

Property Value

Type: System.StringSystem.StringSystem::String^

A stringStringString label associated with this event.

Remarks

The label is the second argument to fn:trace.