Click or drag to resize
PropertyCollectionContains Method
Retrieves a boolean value indicating whether the collection contains value with the specified key.

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public bool Contains(
	string key
)

Parameters

key
Type: SystemString
The key

Return Value

Type: Boolean
True, if contains; False otherwise.
See Also