APIProperty

The APIProperty object associates more information about an object in a name/value pair. An object can have none, one, or many APIProperty objects associated with it. Use this property to provide information for values on a DataExtension object.

Use the PartnerProperties property on an APIObject to define the information available via the APIProperty. PartnerProperties can be created and retrieved. A PartnerProperties can’t be used as a filter value for a RetrieveRequest.

NameData TypeDescription
NamexsdName of the object or property.
ValuexsdDefines value to be used in filter or other object. In filters, the BETWEEN operator requires two Values. IN can handle multiple Values. All other operators require only one Value. isNull and isNotNull ignores any supplied values and don't return an error.

Add Data to a Data Extension