CoverageDSPriv.ClassRow.ClassKeyName Property
Gets or sets the key name for the corresponding class. 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 ClassKeyName As String
Get
Set
public string ClassKeyName { get; set; }
public:
property String^ ClassKeyName {
String^ get ();
void set (String^ value);
}
member ClassKeyName : string with get, set
function get ClassKeyName () : String
function set ClassKeyName (value : String)
Property Value
Type: System.String
The key name for the class.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.