Share via


CustomObject Class

Definition

Describes a Custom Object.

public ref class CustomObject
[System.Runtime.Serialization.DataContract]
public class CustomObject
[<System.Runtime.Serialization.DataContract>]
type CustomObject = class
Public Class CustomObject
Inheritance
CustomObject
Attributes

Constructors

CustomObject()

Properties

Properties

Gets or sets the CustomObject's properties.

ReadOnly

Gets a value indicating whether the CustomObject is readonly.

Methods

AddOrUpdateProperty(String, Object)

Adds a new property or updates the value of a property if it already exists.

GetProperty(String)

Retrieves a property from the CustomObject.

HasProperty(String)

Determines whether a property is present in the CustomObject.

ToString()

Returns the custom object serialized to json.

ToString(Boolean)

Returns the custom object serialized to json.

Applies to