ADUser.ExchangeUserAccountControl Property

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

Syntax

'Declaration
Public Property ExchangeUserAccountControl As UserAccountControlFlags
    Get
    Set
'Usage
Dim instance As ADUser
Dim value As UserAccountControlFlags

value = instance.ExchangeUserAccountControl

instance.ExchangeUserAccountControl = value
public UserAccountControlFlags ExchangeUserAccountControl { get; set; }