ActiveSyncDevice constructor (MobileDevice)
Initializes a new instance of the ActiveSyncDevice class for the specified mobile device.
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Sub New ( _
mobileDevice As MobileDevice _
)
'Usage
Dim mobileDevice As MobileDevice
Dim instance As New ActiveSyncDevice(mobileDevice)
public ActiveSyncDevice(
MobileDevice mobileDevice
)
Parameters
mobileDevice
Type: Microsoft.Exchange.Data.Directory.SystemConfiguration.MobileDeviceA mobile device configuration record.
See also
Reference
Microsoft.Exchange.Data.Directory.SystemConfiguration namespace