Search Results for

    Show / Hide Table of Contents

    Class WebsiteInfo

    Inheritance
    System.Object
    WebsiteInfo
    Namespace: DirectScale.Disco.Extension
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class WebsiteInfo : Object

    Constructors

    WebsiteInfo()

    Declaration
    public WebsiteInfo()

    Properties

    AssociateId

    Declaration
    public int AssociateId { get; set; }
    Property Value
    Type Description
    System.Int32

    Id

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    System.Int32

    Landing

    Declaration
    public string Landing { get; set; }
    Property Value
    Type Description
    System.String

    Status

    Declaration
    public int Status { get; set; }
    Property Value
    Type Description
    System.Int32

    SubscriptionId

    Declaration
    public int SubscriptionId { get; set; }
    Property Value
    Type Description
    System.Int32

    URL

    Declaration
    public string URL { get; set; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX