ADUser.MobileFeaturesEnabled Property

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

Syntax

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

value = instance.MobileFeaturesEnabled

instance.MobileFeaturesEnabled = value
public MobileFeaturesEnabled MobileFeaturesEnabled { get; set; }