Class UpdateWorkingDocumentResponse
Message returned by the system when document has been updated.
Inherited Members
Namespace: Integration.MessageContracts.DocumentManagement
Syntax
[MessageContract]
public class UpdateWorkingDocumentResponse : CustomResponseMessageBase
Properties
PropID
The unique identifier of the object.
Declaration
[MessageBodyMember]
public int PropID { get; set; }
Property Value
Type | Description |
---|---|
int | The unique identifier of the object. |