CoverageDSPriv.ClassRow.NamespaceTableRow Property
Gets or sets the data row for the namespace that contains 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 NamespaceTableRow As CoverageDSPriv.NamespaceTableRow
public CoverageDSPriv.NamespaceTableRow NamespaceTableRow { get; set; }
public:
property CoverageDSPriv::NamespaceTableRow^ NamespaceTableRow {
CoverageDSPriv::NamespaceTableRow^ get ();
void set (CoverageDSPriv::NamespaceTableRow^ value);
}
member NamespaceTableRow : CoverageDSPriv.NamespaceTableRow with get, set
function get NamespaceTableRow () : CoverageDSPriv.NamespaceTableRow
function set NamespaceTableRow (value : CoverageDSPriv.NamespaceTableRow)
Property Value
Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.NamespaceTableRow
The data row for the namespace that contains the corresponding 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.