Kongsi melalui


DeviceRegistrationRequest Constructor (Guid, LiveDevice)

Applies To: Microsoft Dynamics CRM 2015, Microsoft Dynamics CRM Online

Initializes a new instance of the DeviceRegistrationRequest class using an application identifier and device information/.

Namespace: Microsoft.Xrm.Client.Services.Samples
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Usage

'Usage
Dim applicationId As Guid
Dim device As LiveDevice

Dim instance As New DeviceRegistrationRequest(applicationId, device)

Syntax

'Declaration
Public Sub New ( _
    applicationId As Guid, _
    device As LiveDevice _
)
public DeviceRegistrationRequest (
    Guid applicationId,
    LiveDevice device
)

Parameters

  • applicationId
    Type: Guid. The An identifier for the client application.
  • device
    Type: LiveDevice. Microsoft account device information.

Platforms

Development Platforms

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

Target Platforms

Windows 98,Windows 2000,Windows 2000 Server,Windows CE,Windows Server 2008,Windows 98 Second Edition,Pocket PC,Smart Phone,Windows Server 2003,Windows XP Professional,Windows Server 2008,Windows Server 2012,Windows 7,Windows 8,Windows 8.1

See Also

Reference

DeviceRegistrationRequest Class
DeviceRegistrationRequest Members
Microsoft.Xrm.Client.Services.Samples Namespace

Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.