Class UserValidateResult
public class UserValidateResult
- Inheritance
-
objectUserValidateResult
Properties
Errors
public IDictionary<string, string> Errors { get; set; }
Property Value
- IDictionary<string, string>
Succeeded
public bool Succeeded { get; set; }
Property Value
- bool