Click or drag to resize

PropertyCollectionRemove Method

Removes a value with the specified key from the collection.

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

Parameters

key
Type: SystemString
The key of the object that will be removed.

Return Value

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