Gets or sets the registration date.

Namespace:  Asi.iBO.Events
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public DateTime RegistrationDate { get; set; }
Visual Basic (Declaration)
Public Property RegistrationDate As DateTime
Visual C++
public:
property DateTime RegistrationDate {
	DateTime get ();
	void set (DateTime value);
}

See Also