Show / Hide Table of Contents

Class PostListsDTO

Represents a post list.

Inheritance
object
PostListsDTO
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Integration.DataContracts
Syntax
[DataContract]
public class PostListsDTO

Properties

Name

The name of the post list

Declaration
[DataMember(IsRequired = true)]
public string Name { get; set; }
Property Value
Type Description
string

The name of the post list

PostListID

The id of the post list

Declaration
[DataMember(IsRequired = true)]
public int PostListID { get; set; }
Property Value
Type Description
int

The id of the post list

In This Article
  • Properties
    • Name
    • PostListID
Back to top Created by Formpipe