The date on which the current license was created.

Namespace: SimpleMode.SecureLicenseManager
Assembly: SimpleMode.SecureLicenseManager (in SimpleMode.SecureLicenseManager.dll) Version: 1.5.5120.0 (1.5.5120.0)

Syntax

C#
public DateTime CreatedDate { get; }
Visual Basic
Public ReadOnly Property CreatedDate As DateTime
	Get
Visual C++
public:
property DateTime CreatedDate {
	DateTime get ();
}

See Also