Show / Hide Table of Contents

Class CreateDeedOnPostListResponse

The message representing a created deed.

Inheritance
object
CustomResponseMessageBase
CreateDeedOnPostListResponse
Inherited Members
CustomResponseMessageBase.CustomReturnValues
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Integration.MessageContracts.DeedManagement
Syntax
[MessageContract]
public class CreateDeedOnPostListResponse : CustomResponseMessageBase

Properties

PropID

The unique identifier of the object.

Declaration
[MessageHeader]
public int PropID { get; set; }
Property Value
Type Description
int

The unique identifier of the object.

Back to top Created by Formpipe