Home > @i2analyze/i2connect > records > ITypedSeedRecord > getProperty
records.ITypedSeedRecord.getProperty() method
Gets the value of the specified property of the seed record.
Signature:
getProperty<TPropertyName extends utility.PropertyTypeDisplayNames<TItemType>>(displayName: TPropertyName): utility.PropertyValueType<utility.PropertyTypeFromDisplayName<TItemType, TPropertyName>> | undefined;
Introduced: API version 1.0
Type Parameters
| Parameter | Type | Description |
|---|---|---|
| TPropertyName | extends utility.PropertyTypeDisplayNames<TItemType> | The type of the display name of the property type, which is inferred from the 'displayName' parameter. |
Parameters
| Parameter | Type | Description |
|---|---|---|
| displayName | TPropertyName | The display name of the property type. |
Returns:
utility.PropertyValueType<utility.PropertyTypeFromDisplayName<TItemType, TPropertyName>> | undefined
The property value.