Share via


BlockLineRange.SourceFile Property

Gets the source file. The set accessor is internal only. This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:  Microsoft.VisualStudio.Coverage.Analysis
Assembly:  Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)

Syntax

'Declaration
Public Property SourceFile As String
public string SourceFile { get; internal set; }
public:
property String^ SourceFile {
    String^ get ();
    internal: void set (String^ value);
}
member SourceFile : string with get, internal set
function get SourceFile () : String 
internal function set SourceFile (value : String)

Property Value

Type: String
The source file.

.NET Framework Security

See Also

Reference

BlockLineRange Structure

Microsoft.VisualStudio.Coverage.Analysis Namespace