ReceivingOrderPlannedReleaseDate Property |
The date, when the document is planned to be realeased. [Filter(ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Procurement
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<DateTime> PlannedReleaseDate { get; set; }
Public Property PlannedReleaseDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime^>^ PlannedReleaseDate {
Nullable<DateTime^>^ get ();
void set (Nullable<DateTime^>^ value);
}
member PlannedReleaseDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also