ReceivedMaterialDeliveryNoteDate Property |
An optional delivery note date
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public Nullable<DateTime> DeliveryNoteDate { get; set; }
Public Property DeliveryNoteDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> DeliveryNoteDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member DeliveryNoteDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeSee Also