Method GetPropertyDefinitions
GetPropertyDefinitions()
Gets the available property definitions that may be used in a BOM.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 12, 0, 0)]
List<PropertyDefinition> GetPropertyDefinitions()
Returns
| Type | Description |
|---|---|
| List<PropertyDefinition> | Property definitions that may be used in a BOM document. |
Remarks
The special BOM property definitions defined in BomPropertyDefinitions are not included in the returned list.
This method is available since v7.12.