Share via


IFunctionCoverage.SourceFile Property

 

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

string SourceFile { get; }
property String^ SourceFile {
    String^ get();
}
abstract SourceFile : string with get
ReadOnly Property SourceFile As String

Property Value

Type: System.String

Returns String.

See Also

IFunctionCoverage Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top