This document is archived and information here might be outdated. Recommended version. |
The value of the parameter.
[Visual Basic .NET]
Public Function get_ParameterValueByName ( _
ByVal ParameterName As String _
) As Object
[C#]
public object get_ParameterValueByName (
string ParameterName
);
[C++]
HRESULT get_ParameterValueByName(
void
);