Gets the modification date of the domain. (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 LastModificationLT { get; }
Visual Basic
Public ReadOnly Property LastModificationLT As DateTime
	Get

Return Value

Type: DateTime
The modification date of the vgDomains. (Local Time)

Implements

VGIMembershipObject..::..LastModificationLT

See Also