CredentialPickerOptions.ErrorCode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.