Class UpdateJournalizedCaseResponse
A response message returned by service when a journalized case has been updated
Inherited Members
Namespace: Integration.MessageContracts.CaseManagement
Syntax
[MessageContract]
public class UpdateJournalizedCaseResponse : 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. |