Share via


CodeGraphNodeIdName.Namespace Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.dll)

Syntax

'Declaration
Public Shared ReadOnly Property Namespace As GraphNodeIdName
public static GraphNodeIdName Namespace { get; }
public:
static property GraphNodeIdName^ Namespace {
    GraphNodeIdName^ get ();
}
static member Namespace : GraphNodeIdName with get
static function get Namespace () : GraphNodeIdName

Property Value

Type: Microsoft.VisualStudio.GraphModel.GraphNodeIdName
Returns GraphNodeIdName.

.NET Framework Security

See Also

Reference

CodeGraphNodeIdName Class

Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace