Share via


CodeGraphNodeIdBuilder.ParameterTransientLabelName 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 Property ParameterTransientLabelName As String
public string ParameterTransientLabelName { get; set; }
public:
property String^ ParameterTransientLabelName {
    String^ get ();
    void set (String^ value);
}
member ParameterTransientLabelName : string with get, set
function get ParameterTransientLabelName () : String 
function set ParameterTransientLabelName (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

CodeGraphNodeIdBuilder Class

Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace