DocumentTypePropertyRequiredThruDate Property |
When not null, specifies a date, up to which the property is required for the current document type. The date is compared against the document date. [Filter(ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<DateTime> RequiredThruDate { get; set; }
Public Property RequiredThruDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime^>^ RequiredThruDate {
Nullable<DateTime^>^ get ();
void set (Nullable<DateTime^>^ value);
}
member RequiredThruDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also