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: 10.4.13.0
Syntax
public bool Contains(
	string key
)

Parameters

key  String
The key

Return Value

Boolean
True, if contains; False otherwise.
See Also