DataWeb
Search Results for

    Show / Hide Table of Contents

    Class AutomationProfileService.ProfilePayload

    Represents the payload data containing profile information.

    Inheritance
    object
    AutomationProfileService.ProfilePayload
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Automation
    Assembly: DataWeb.Core.dll
    Syntax
    public class AutomationProfileService.ProfilePayload

    Properties

    Email

    Gets or sets the email address associated with the profile.

    Declaration
    public string Email { get; set; }
    Property Value
    Type Description
    string

    TaskId

    Gets or sets the identifier of the task associated with the profile.

    Declaration
    public string TaskId { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX