Check if a an object already exist
Namespace:
MicroMighty.SDK.Net.HelpersAssembly: MicroMighty.SDK.Net (in MicroMighty.SDK.Net.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function Exist ( _ key As String _ ) As Boolean |
| C# |
|---|
public bool Exist( string key ) |
| Visual C++ |
|---|
public: bool Exist( String^ key ) |
| JavaScript |
|---|
function exist(key); |
Parameters
- key
- Type: System..::.String