Class CreateDeedResponse
The message representing a created deed.
Inherited Members
Namespace: Integration.MessageContracts.DeedManagement
Syntax
[MessageContract]
public class CreateDeedResponse : 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. |