Class CreateCustomObjectResponse
The message representing a created custom object.
Inherited Members
Namespace: Integration.MessageContracts.CustomObjectManagement
Syntax
[MessageContract]
public class CreateCustomObjectResponse : 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. |