Share via


DictMethod.Varname(Int32) Method

Definition

Caution

This API is now deprecated.

Gets the name of the specified variable.

public:
 virtual System::String ^ Varname(int num1);
[System.Obsolete]
public virtual string Varname (int num1);
[<System.Obsolete>]
abstract member Varname : int -> string
override this.Varname : int -> string
Public Overridable Function Varname (num1 As Integer) As String

Parameters

num1
Int32

Returns

The name of the specified variable.

Attributes

Applies to