Gets the modification date of the domain. (Local Time)

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

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