ArcObjects Library Reference (Geoprocessing)  

IGPParameterEdit2.Managed Property

Indicates whether the parameter is managed.

[Visual Basic .NET]
Public WriteOnly Property Managed
[C#]
public void Managed {set;}
[C++]
HRESULT put_Managed(
  VARIANT_BOOL 
);
[C++]

Parameters

[in]    is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPParameterEdit2 Interface