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