TracingRule.SourceName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.