CoverageDSPriv.MethodRow.ClassKeyName Property
Gets or sets the key name for the class that contains the corresponding module. 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 ClassKeyName { get; set; }
public:
[DebuggerNonUserCodeAttribute]
property String^ ClassKeyName {
String^ get();
void set(String^ value);
}
[<DebuggerNonUserCodeAttribute>]
member ClassKeyName : string with get, set
<DebuggerNonUserCodeAttribute>
Public Property ClassKeyName As String
Property Value
Type: System.String
The key name for the class that contains the corresponding module.
See Also
CoverageDSPriv.MethodRow Class
Microsoft.VisualStudio.Coverage.Analysis Namespace
Return to top