This document is archived and information here might be outdated. Recommended version. |
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*