Specifies the number of instances of the associated object to be created in runtime mode.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public string NumberOfInstances { get; set; }
Visual Basic
Public Property NumberOfInstances As String
	Get
	Set
JScript
function get NumberOfInstances () : String
function set NumberOfInstances (value : String)

Remarks

This property is a datasource and can therefore be a constant number, an OPC tag, expression, etc.

See Also