Class WebsiteInfo
Inheritance
System.Object
WebsiteInfo
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class WebsiteInfo : Object
Constructors
WebsiteInfo()
Declaration
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 |
|