Click or drag to resize

PropertyCollectionGetT(String) Method

Gets the value with the specified key from the collection.

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public T Get<T>(
	string key
)
where T : class

Parameters

key  String
The key of the object.

Type Parameters

T

Return Value

T
The object, if the collection contains the key; otherwise null.
See Also