The primary data connection for this dynamic object. Datasources can be an OPC tag, expression, constant value, or local variable.

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

Syntax

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

See Also