PropertyCollectionGet(String) Method |
Gets the value with the specified key from the collection.
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.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 String
- The key of the object.
Return Value
ObjectThe object, if the collection contains the key; otherwise null.
See Also