[]
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; }
Type | Description |
---|---|
string | A string value indicating the variable name assigned to the class instance. |
CodeClass codeClass = new CodeClass();
codeClass.InstanceName = "myInstance";