DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ConfirmEmailResult

    Represents the result of an email confirmation operation.

    Inheritance
    object
    ConfirmEmailResult
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In this article
    Back to top Generated by DocFX