OperatorTerminationDate Property |
The date, when the operator has ceased working in this POS location. null means, that the operator is still working or the termination date is still unknown. [Filter(multi eq;ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Pos
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<DateTime> TerminationDate { get; set; }
Public Property TerminationDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime^>^ TerminationDate {
Nullable<DateTime^>^ get ();
void set (Nullable<DateTime^>^ value);
}
member TerminationDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also