Language

TracingRule.SourceName Property

Definition

Gets the Name, either an exact match, the longest prefix match, or a wildcard pattern using a single *.

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

Property Value

The activity source name. If null or empty, all activity sources are matched.

Applies to