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