|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPParameterInfo Interface > IGPParameterInfo.Value Property (ArcObjects .NET 10.5 SDK) | 
The parameter value.
[Visual Basic .NET] Public Property Value As IGPValue
[C#] public IGPValue Value {get; set;}
[C++]
HRESULT get_Value(
  IGPValue** ppValue
);
[C++]
HRESULT putref_Value(
  IGPValue* ppValue
);
[C++]
Parameters ppValue [out, retval]
ppValue is a parameter of type IGPValue ppValue [in]
ppValue is a parameter of type IGPValue