OutputOrderLineTransactionTimestamp Property |
Sets the timestamp of the receipt store operations for this output order line. Used in completing output orders. [ReadOnly]
Namespace:
Aloe.EnterpriseOne.Model.Production.ShopFloor
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<DateTime> TransactionTimestamp { get; set; }
Public Property TransactionTimestamp As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime^>^ TransactionTimestamp {
Nullable<DateTime^>^ get ();
void set (Nullable<DateTime^>^ value);
}
member TransactionTimestamp : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also