ArcObjects Library Reference (Geoprocessing)  

IGPFunctionName.MinimumProduct Property

The minimum product required to use the function associated with this name object.

[Visual Basic .NET]
Public Property MinimumProduct As esriProductCode
[C#]
public esriProductCode MinimumProduct {get; set;}
[C++]
HRESULT get_MinimumProduct(
  esriProductCode* product
);
[C++]
HRESULT put_MinimumProduct(
  esriProductCode product
);
[C++]

Parameters

product [out, retval]

  product is a parameter of type esriProductCode

product [in]

  product is a parameter of type esriProductCode

Product Availability

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

See Also

IGPFunctionName Interface