UserValidationInfo.ErrorCode Property
An account store specific error code reflecting the status of user credentials validation.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public long ErrorCode { get; set; }
public:
property long long ErrorCode {
long long get();
void set(long long value);
}
member ErrorCode : int64 with get, set
Public Property ErrorCode As Long
Property Value
Type: System.Int64
The default value for this property is 0.
See Also
UserValidationInfo Class
System.Web.Security.SingleSignOn Namespace
Return to top