.NET Framework Class Library
PDMSystem.SetValueInMemory Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > PDMSystem Class > PDMSystem Methods > .NET Framework Class Library |
Store in memory given key and value.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Sub SetValueInMemory ( _ key As String, _ |
C# |
|---|
public void SetValueInMemory( string key, |
Visual C++ |
|---|
public: void SetValueInMemory( |
JavaScript |
|---|
function setValueInMemory(key, value); |
Parameters
key
Type: System.String
valid key
value
Type: System.String
value to store
Remarks
See Also