Share via


CoverageDSPriv.MethodDataTable.ClassKeyNameColumn Property

Gets the data column that contains the key names for the class that contains the respective method. 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 ClassKeyNameColumn As DataColumn
    Get
public DataColumn ClassKeyNameColumn { get; }
public:
property DataColumn^ ClassKeyNameColumn {
    DataColumn^ get ();
}
member ClassKeyNameColumn : DataColumn
function get ClassKeyNameColumn () : DataColumn

Property Value

Type: System.Data.DataColumn
The data column that contains the key names for the class that contains the respective method.

.NET Framework Security

See Also

Reference

CoverageDSPriv.MethodDataTable Class

Microsoft.VisualStudio.Coverage.Analysis Namespace