Share via


CoverageDSPriv.SourceFileNamesRow.SourceFileName Property

Gets or sets the name of the corresponding code source file. 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 SourceFileName As String
public string SourceFileName { get; set; }
public:
property String^ SourceFileName {
    String^ get ();
    void set (String^ value);
}
member SourceFileName : string with get, set
function get SourceFileName () : String 
function set SourceFileName (value : String)

Property Value

Type: String
The name of the code source file.

.NET Framework Security

See Also

Reference

CoverageDSPriv.SourceFileNamesRow Class

Microsoft.VisualStudio.Coverage.Analysis Namespace