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