Click or drag to resize

ExchangeObject Properties

The ExchangeObject type exposes the following members.

Properties
  NameDescription
Public propertyObjectTypeId
The Id of the data object type of the data object that the Exchange Object represents. Either ObjectUId or ObjectTypeId is always present.
Public propertyObjectUId
The UId of the data object that the Exchange Object represents. Either ObjectUId or ObjectTypeId is always present.
Public propertyOperation
Should the object be created, updated or deleted?
Public propertyProperties
Property values for the object. Use AddProperty() to add a property.
Public propertyPropertyCount
Public propertyTag
Optional "tag" value which is not used by the processing logic. Can be null.
Top
See Also