Class NewWorkingDocumentResponse
The message representing a created working document. Implements the CustomResponseMessageBase
Inherited Members
Namespace: Integration.MessageContracts.DocumentManagement
Syntax
[MessageContract]
public class NewWorkingDocumentResponse : 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. |