ADUser.PasswordLastSet property
Namespace: Microsoft.Exchange.Data.Directory.Recipient
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property PasswordLastSet As Nullable(Of DateTime)
Get
'Usage
Dim instance As ADUser
Dim value As Nullable(Of DateTime)
value = instance.PasswordLastSet
public Nullable<DateTime> PasswordLastSet { get; }
Property value
Type: System.Nullable<DateTime>