Share via


CoverageDSPriv.ClassRow.NamespaceKeyName Property

 

Gets or sets the namespace 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

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

Property Value

Type: System.String

The namespace key name for the corresponding class.

See Also

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

Return to top