SIFWorks ADK 2.0
CountryArrivalDate Property
NamespacesEdustructures.SifWorks.CommonDemographicsCountryArrivalDate

[This is preliminary documentation and is subject to change.]

Gets or sets the value of the <CountryArrivalDate> element.
Declaration Syntax
C#Visual BasicVisual C++
public Nullable<DateTime> CountryArrivalDate{ get; set;}
Public Property CountryArrivalDate As Nullable(Of DateTime)
public:
property Nullable<DateTime> CountryArrivalDate {
	Nullable<DateTime> get ();
	void set (Nullable<DateTime> value);
}
Value
The CountryArrivalDate element of this object.
Remarks

The SIF specification defines the meaning of this element as: "Date the person first arrived in the country."

Version: 2.0

Since: 1.5r1

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10