Click or drag to resize

IObjectWithAttributesAddAttribute Method

Adds an attribute - if it exists already the value is overwritten.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
void AddAttribute(
	string key,
	string value
)

Parameters

key
Type: SystemString
Can't be null
value
Type: SystemString
May be null
See Also