Gets the date and time when the user was added to the repository. (Local Time)

Namespace: Novalys.VisualGuard.Security.Membership
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public DateTime CreationDateLT { get; }
Visual Basic
Public ReadOnly Property CreationDateLT As DateTime
	Get

Property Value

Type: DateTime
The date and time when the user was added to the repository.

See Also