PartyRelationshipToDate Property |
The ending date of the relationship. null means the relationship is still active. [Filter(ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.General.Contacts
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<DateTime> ToDate { get; set; }
Public Property ToDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime^>^ ToDate {
Nullable<DateTime^>^ get ();
void set (Nullable<DateTime^>^ value);
}
member ToDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also