Destination.Property
Description
Gets the value of any property of Destination object. e.g. Destination.Property(0) in an IN-convert-function would return the canonical data type of the IN data point.
Signature
variant Destination.Property (number)
Parameters
Name | Type | Mandatory/Optional | Description |
---|---|---|---|
 | number | M | propertyID |
Return
Type | Description |
---|---|
variant | value of proporty of Destination object |