CoverageDSPriv.NamespaceTableRow.NamespaceKeyName Property

Gets or sets the key name for the corresponding namespace. 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 NamespaceKeyName As String
public string NamespaceKeyName { get; set; }
public:
property String^ NamespaceKeyName {
    String^ get ();
    void set (String^ value);
}
member NamespaceKeyName : string with get, set
function get NamespaceKeyName () : String 
function set NamespaceKeyName (value : String)

Property Value

Type: String
The key name for the corresponding namespace.

.NET Framework Security

See Also

Reference

CoverageDSPriv.NamespaceTableRow Class

Microsoft.VisualStudio.Coverage.Analysis Namespace