PropertyCollectionGet Method (String) |
Gets the value with the specified key from the collection.
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic Object Get(
string key
)
Public Function Get (
key As String
) As Object
public:
Object^ Get(
String^ key
)
member Get :
key : string -> Object
Parameters
- key
- Type: SystemString
The key of the object.
Return Value
Type:
ObjectThe object, if the collection contains the key; otherwise null.
See Also