A string field for custom data. The purpose of this field
is defined by the user; it can be used to hold any extra
configuration data in string format.
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public string CustomData { get; set; } |
| Visual Basic |
|---|
Public Property CustomData As String Get Set |
| JScript |
|---|
function get CustomData () : String function set CustomData (value : String) |
Remarks
This property is a datasource and can therefore be a
constant string, an OPC tag, expression, etc.