.NET Framework Class Library
PDMSystem.GetValueFromMemory Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > PDMSystem Class > PDMSystem Methods > .NET Framework Class Library |
Returns the value of a key previously stored in memory using SetValueInMemory.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function GetValueFromMemory ( _ key As String _ |
C# |
|---|
public string GetValueFromMemory( string key |
Visual C++ |
|---|
public: String^ GetValueFromMemory( |
JavaScript |
|---|
function getValueFromMemory(key); |
Parameters
key
Type: System.String
valid key
Return Value
The function assumes the value related to given key.
Remarks
See Also