This Activity is for returning the value of an Object Property.
Get Property Value Properties:
Property Name | Data Type | Property Type | Property Description |
---|
Object | .Net Object | Input | This property specifies the Object for which the Property Value belongs. |
OutValue | .Net Data Type (Int32, String, etc.) | Output | This property holds the value of PropertyName belonging to Object. |
PropertyName | String | Input | This property specifies the name of the Property. |
ReturnDefault | Boolean | Input | If set to True, the Default value is assigned to OutValue. If set to False, the Value of PropertyName is assigned to OutValue. |