.NET Framework Class Library
QueryResultObject.GetValue Method

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
QueryResultObject.GetValue Method

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

Syntax

Visual Basic

Public Function GetValue ( _

name As String _
) As Object

C#

public Object GetValue(

string name
)

Visual C++

public:

Object^ GetValue(
String^ name
)

JavaScript

function getValue(name);

Parameters

name

Type: System.String

See Also

QueryResultObject Class

QueryResultObject Members

MwPDMApi Namespace