Share via


CoverageDSPriv.ClassRow.IsNamespaceKeyNameNull Method ()

 

Determines whether the NamespaceKeyName property value is null. 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 bool IsNamespaceKeyNameNull()
public:
[DebuggerNonUserCodeAttribute]
bool IsNamespaceKeyNameNull()
[<DebuggerNonUserCodeAttribute>]
member IsNamespaceKeyNameNull : unit -> bool
<DebuggerNonUserCodeAttribute>
Public Function IsNamespaceKeyNameNull As Boolean

Return Value

Type: System.Boolean

true if the NamespaceKeyName property value is null; otherwise, false.

See Also

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

Return to top