FulfillmentTOrderItem, TFulfillmentItemItem Property |
Namespace:
Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Measure<TOrderItem, TFulfillmentItem> this[
string name
] { get; }
Public ReadOnly Property Item (
name As String
) As Measure(Of TOrderItem, TFulfillmentItem)
Get
public:
property Measure<TOrderItem, TFulfillmentItem>^ Item[String^ name] {
Measure<TOrderItem, TFulfillmentItem>^ get (String^ name);
}
member Item : Measure<'TOrderItem, 'TFulfillmentItem> with get
Parameters
- name
- Type: SystemString
The name.
Property Value
Type:
MeasureTOrderItem,
TFulfillmentItem
See Also