Click or drag to resize

PropertyCollectionGet Method (String)

Gets the value with the specified key from the collection.

Namespace:  Ozeki.Common
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public Object Get(
	string key
)

Parameters

key
Type: SystemString
The key of the object.

Return Value

Type: Object
The object, if the collection contains the key; otherwise null.
See Also