Share via


CredentialPickerResults.ErrorCode Property

Definition

Gets the value of the error code.

public:
 property unsigned int ErrorCode { unsigned int get(); };
uint32_t ErrorCode();
public uint ErrorCode { get; }
var uInt32 = credentialPickerResults.errorCode;
Public ReadOnly Property ErrorCode As UInteger

Property Value

UInt32

unsigned int

uint32_t

The value of the error code. If the operation status indicates a failure, this property contains the extended error information. If the operation status is anything except failure, the value is zero.

Applies to