CodeVariableReferenceExpression.VariableName Property

Definition

Gets or sets the name of the local variable to reference.

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

Property Value

The name of the local variable to reference.

Applies to