CoverageDSPriv.NamespaceTableRow.NamespaceName Property

Gets or sets the name of 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 NamespaceName As String
    Get
    Set
public string NamespaceName { get; set; }
public:
property String^ NamespaceName {
    String^ get ();
    void set (String^ value);
}
member NamespaceName : string with get, set
function get NamespaceName () : String
function set NamespaceName (value : String)

Property Value

Type: System.String
The name of the corresponding namespace.

.NET Framework Security

See Also

Reference

CoverageDSPriv.NamespaceTableRow Class

Microsoft.VisualStudio.Coverage.Analysis Namespace