Class ConfirmEmailResult
Represents the result of an email confirmation operation.
Inherited Members
Namespace: DataWeb.Newsletter
Assembly: DataWeb.Core.dll
Syntax
public class ConfirmEmailResult
Properties
IsSuccess
Gets or sets a value indicating whether the email confirmation was successful.
Declaration
public bool IsSuccess { get; set; }
Property Value
Type | Description |
---|---|
bool |