.NET Framework Class Library
PDMSystem.SetValueInMemory Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > PDMSystem Class > PDMSystem Methods >

.NET Framework Class Library
PDMSystem.SetValueInMemory Method

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, _
 value As String _
)

C#

public void SetValueInMemory(

 string key,
 string value
)

Visual C++

public:

void SetValueInMemory(
 Stringkey,
 Stringvalue
)

JavaScript

function setValueInMemory(keyvalue);

Parameters

key

Type: System.String
valid key

value

Type: System.String
value to store

Remarks

See Also

PDMSystem Class

PDMSystem Members

MwPDMApi Namespace