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