TenantOrganizationPresentationObject.WhenOrganizationStatusSet Property

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

Syntax

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

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

Property Value

Type: System.Nullable<DateTime>