Date on which the user account was created

Namespace: MonoSoftware.MonoX.Repositories
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public DateTime DateCreated { get; set; }
Visual Basic
Public Property DateCreated As DateTime
	Get
	Set
Visual C++
public:
property DateTime DateCreated {
	DateTime get ();
	void set (DateTime value);
}
F#
member DateCreated : DateTime with get, set

Property Value

Type: DateTime

See Also