Specifies a local alias that will be set to the instance number of the cloned object.
This can be used, for example, in a dataset tag as the index of the row to retrieve from the dataset,
thus allowing each cloned instance to reference different data.
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public string InstanceNumberAliasName { get; set; } |
| Visual Basic |
|---|
Public Property InstanceNumberAliasName As String
Get
Set |
| JScript |
|---|
function get InstanceNumberAliasName () : String
function set InstanceNumberAliasName (value : String) |
See Also