MobileDeviceConfiguration.ClientType property
Namespace: Microsoft.Exchange.Management.Tasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property ClientType As MobileClientType
Get
Set
'Usage
Dim instance As MobileDeviceConfiguration
Dim value As MobileClientType
value = instance.ClientType
instance.ClientType = value
public MobileClientType ClientType { get; set; }
Property value
Type: Microsoft.Exchange.Data.Directory.SystemConfiguration.MobileClientType
See also
Reference
MobileDeviceConfiguration class