Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Dynamics CRM 2013
Namespace:   Microsoft.Xrm.Client.Services.Samples
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.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.Client.Services.Samples.DeviceRegistrationErrorCode
Returns DeviceRegistrationErrorCode.
See Also
DeviceRegistrationFailedException Class
Microsoft.Xrm.Client.Services.Samples Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top