CodeGraphNodeIdBuilder.Parameter Property

 

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

Syntax

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

Property Value

Type: System.String

Returns String.

See Also

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

Return to top