AdministrativeRegionValidTo Property |
End date of validity of this administative division. null when the division is still active or ending date is unknown. [Filter(ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.General.Geography
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<DateTime> ValidTo { get; set; }
Public Property ValidTo As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime^>^ ValidTo {
Nullable<DateTime^>^ get ();
void set (Nullable<DateTime^>^ value);
}
member ValidTo : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also