Skip to content

10c5c9c7 3a02 2582 1b30 c7453628c926

Kim Hugener-Ohlsen edited this page May 28, 2016 · 2 revisions

VariableExpression.VariableName Property

Gets the name of the variable.

Namespace: Sundew.Quantities.Engine.Representations.Hierarchical.Expressions
Assembly: Sundew.Quantities (in Sundew.Quantities.dll) Version: 1.0.2.0 (1.0.2.0)

Syntax

C#

public string VariableName { get; }

C#

public string VariableName { get; }

VB

Public ReadOnly Property VariableName As String
	Get

VB

Public ReadOnly Property VariableName As String
	Get

C++

public:
property String^ VariableName {
	String^ get ();
}

C++

public:
property String^ VariableName {
	String^ get ();
}

F#

member VariableName : string with get

F#

member VariableName : string with get

Property Value

Type: String
The name of the variable.

See Also

Reference

VariableExpression Class
Sundew.Quantities.Engine.Representations.Hierarchical.Expressions Namespace

Clone this wiki locally