SymVariable.Name Property

Definition

Gets the name of the variable.

public:
 virtual property System::String ^ Name { System::String ^ get(); };
public override string Name { get; }
public virtual string Name { get; }
member this.Name : string
Public Overrides ReadOnly Property Name As String
Public Overridable ReadOnly Property Name As String

Property Value

The name of the variable.

Implements

Applies to