Click or drag to resize

PropertyCollectionAddOrUpdate Method

Adds a value with the specified key to the collection if not exists or updates an existing value.

Namespace:  Ozeki.Common
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public void AddOrUpdate(
	string key,
	Object value
)

Parameters

key
Type: SystemString
The key for the object.
value
Type: SystemObject
The object that will be stored.

Return Value

Type: 
True, if successfully added; False otherwise.
See Also