Gets or sets a variable name to which the class instance is assigned. The
InstanceName can be used in expressions.
public string InstanceName {get; set;}
'Declaration
Public Property InstanceName As String
Property Value
A
System.String value indicating the variable name assigned to the class instance.