DataWeb
Search Results for

    Show / Hide Table of Contents

    Class NewsletterRowReport.Link

    Represents a link within the newsletter row report.

    Inheritance
    object
    NewsletterRowReport.Link
    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 NewsletterRowReport.Link

    Properties

    ClickCount

    The number of clicks associated with the link.

    Declaration
    public int ClickCount { get; set; }
    Property Value
    Type Description
    int

    LinkUrl

    The URL of the link.

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