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

Parameters

key
Type: SystemString
The key

Return Value

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