Share via


CodeGraphNodeIdBuilder.Namespace Property

 

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

Syntax

public string Namespace { get; set; }
public:
property String^ Namespace {
    String^ get();
    void set(String^ value);
}
member Namespace : string with get, set
Public Property Namespace As String

Property Value

Type: System.String

Returns String.

See Also

CodeGraphNodeIdBuilder Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace

Return to top