ITestElement.SourceFileName Property

Definition

Gets the path and file name for the test that contains this element.

public:
 property System::String ^ SourceFileName { System::String ^ get(); void set(System::String ^ value); };
public string SourceFileName { get; set; }
member this.SourceFileName : string with get, set
Public Property SourceFileName As String

Property Value

The path and file name for the test that contains this element.

Applies to