Share via


CredentialPickerOptions.ErrorCode Property

Definition

Gets or sets the error code.

public:
 property unsigned int ErrorCode { unsigned int get(); void set(unsigned int value); };
uint32_t ErrorCode();

void ErrorCode(uint32_t value);
public uint ErrorCode { get; set; }
var uInt32 = credentialPickerOptions.errorCode;
credentialPickerOptions.errorCode = uInt32;
Public Property ErrorCode As UInteger

Property Value

UInt32

unsigned int

uint32_t

If nonzero, represents a Win32 ERROR_* status value that identifies the error information to be formatted and displayed in the dialog box. The default value is ERROR_SUCCESS if no error occurred.

Applies to