Click or drag to resize

ExchangeObjectAddProperty Method

Adds a property. Throws an error if the exchange object already contains a property with the same name (case-insensitive matching applied). Throws an error if the property is marked as key and the exchange object already contains a key property.

Namespace:  Omada.OE.AppLogic.Serialization.Model
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void AddProperty(
	Property property
)

Parameters

property
Type: Omada.OE.AppLogic.Serialization.ModelProperty
See Also