CarrierAgreementStartDate Property |
The start date of the agreement with this carrier. [Required] [Default(Today)] [Filter(eq;ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Shipment
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DateTime AgreementStartDate { get; set; }
Public Property AgreementStartDate As DateTime
Get
Set
public:
property DateTime^ AgreementStartDate {
DateTime^ get ();
void set (DateTime^ value);
}
member AgreementStartDate : DateTime with get, set
Property Value
Type:
DateTime
See Also