.NET Framework Class Library
ShellResult.Item Method

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace > ShellResult Class > ShellResult Methods >

.NET Framework Class Library
ShellResult.Item Method

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Function Item ( _

key As String _
) As String

C#

public string Item(

string key
)

Visual C++

public:

String^ Item(
String^ key
)

JavaScript

function item(key);

Parameters

key

Type: System.String

See Also

ShellResult Class

ShellResult Members

MwPDMApi Namespace