.NET Framework Class Library
PDMSystem.SetValueInMemory Method

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > 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(
String^ key,
String^ value
)

JavaScript

function setValueInMemory(key, value);

Parameters

key

Type: System.String
valid key

value

Type: System.String
value to store

Remarks

See Also

PDMSystem Class

PDMSystem Members

MwPDMApi Namespace