PropertyCollectionGet Method (String) |
Gets the value with the specified key from the collection.
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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