Method GetReferencedConfigurationItem
GetReferencedConfigurationItem()
Gets the referenced configuration item, which will automatically be deserialized to its target type.
You can cast to this type by checking the Type
parameter of the returned ConfigurationItemDefinition,
and then casting to either InventoryItemDefinition or CurrencyDefinition as appropriate.
Declaration
[Preserve]
public ConfigurationItemDefinition GetReferencedConfigurationItem()
Returns
Type | Description |
---|---|
ConfigurationItemDefinition | Either a CurrencyDefinition or an InventoryItemDefinition, depending on the underlying item Type. |