TraceEventArgs.SourceUri PropertyTraceEventArgs.SourceUri PropertyTraceEventArgs::SourceUri Property

Gets the URI of the source file containing the function call that caused the event.

Syntax

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

Property Value

Type: System.StringSystem.StringSystem::String^

The source file in which the function call occurred, or EmptyEmptyEmpty if the source file is not known.