.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 |
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 _ |
C# |
|---|
public string Item( string key |
Visual C++ |
|---|
public: String^ Item( |
JavaScript |
|---|
function item(key); |
Parameters
key
Type: System.String
See Also