CoverageDSPriv.SourceFileNamesDataTable.SourceFileNameColumn Property

Gets the data column that contains the name of the 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 ReadOnly Property SourceFileNameColumn As DataColumn
public DataColumn SourceFileNameColumn { get; }
public:
property DataColumn^ SourceFileNameColumn {
    DataColumn^ get ();
}
member SourceFileNameColumn : DataColumn with get
function get SourceFileNameColumn () : DataColumn

Property Value

Type: DataColumn
The data column that contains the name of the source file.

.NET Framework Security

See Also

Reference

CoverageDSPriv.SourceFileNamesDataTable Class

Microsoft.VisualStudio.Coverage.Analysis Namespace