Click or drag to resize
PropertyCollectionAdd Method
Adds a value with the specified key to the collection.

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public bool Add(
	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: Boolean
True, if successfully added; False otherwise.
See Also