Class GetCustomObjectResponse
A response message returned when custom object has been fetched.
Inherited Members
Namespace: Integration.MessageContracts.CustomObjectManagement
Syntax
[MessageContract]
public class GetCustomObjectResponse
Properties
BkFields
The collection of custom metadada assocaited with object.
Declaration
[MessageBodyMember]
public BkFieldsDictionary BkFields { get; set; }
Property Value
Type | Description |
---|---|
BkFieldsDictionary | The collection of custom metadada assocaited with object. |
Description
The description of object.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string | The description of object. |
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. |
Title
The title of the object.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string | The title of the object. |