DeviceRegistrationFailedException.RegistrationErrorCode Property

 

Applies To: Dynamics CRM 2015

Error code that occurred during registration

Namespace:   Microsoft.Xrm.Tooling.Connector
Assembly:  Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.dll)

Syntax

public DeviceRegistrationErrorCode RegistrationErrorCode { get; private set; }
public:
property DeviceRegistrationErrorCode RegistrationErrorCode {
    DeviceRegistrationErrorCode get();
    private: void set(DeviceRegistrationErrorCode value);
}
member RegistrationErrorCode : DeviceRegistrationErrorCode with get, private set
Public Property RegistrationErrorCode As DeviceRegistrationErrorCode
    Get
    Private Set
End Property

Property Value

Type: Microsoft.Xrm.Tooling.Connector.DeviceRegistrationErrorCode

See Also

DeviceRegistrationFailedException Class
Microsoft.Xrm.Tooling.Connector Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright