ADObject.WhenCreated Property

Namespace:  Microsoft.Exchange.Data.Directory
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public ReadOnly Property WhenCreated As Nullable(Of DateTime)
    Get
'Usage
Dim instance As ADObject
Dim value As Nullable(Of DateTime)

value = instance.WhenCreated
public Nullable<DateTime> WhenCreated { get; }

Property Value

Type: System.Nullable<DateTime>
Returns Nullable<T>.