Table of Contents

Class UserValidateResult

Namespace
Oqtane.Models
Assembly
Oqtane.Shared.dll
public class UserValidateResult
Inheritance
object
UserValidateResult

Properties

Errors

public IDictionary<string, string> Errors { get; set; }

Property Value

IDictionary<string, string>

Succeeded

public bool Succeeded { get; set; }

Property Value

bool