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

[DebuggerNonUserCodeAttribute]
public string SourceFileName { get; set; }
public:
[DebuggerNonUserCodeAttribute]
property String^ SourceFileName {
    String^ get();
    void set(String^ value);
}
[<DebuggerNonUserCodeAttribute>]
member SourceFileName : string with get, set
<DebuggerNonUserCodeAttribute>
Public Property SourceFileName As String

Property Value

Type: System.String

The name of the code source file.

See Also

CoverageDSPriv.SourceFileNamesRow Class
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top