Get a specific object
Namespace:
MicroMighty.SDK.Net.HelpersAssembly: MicroMighty.SDK.Net (in MicroMighty.SDK.Net.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function Item ( _ key As String _ ) As Object |
| C# |
|---|
public Object Item( string key ) |
| Visual C++ |
|---|
public: Object^ Item( String^ key ) |
| JavaScript |
|---|
function item(key); |
Parameters
- key
- Type: System..::.String