ArcObjects Library Reference (Geoprocessing)  

IGPEnvironmentManager.PersistAll Property

Indicates whether all environments or only local environments are persisted.

[Visual Basic .NET]
Public WriteOnly Property PersistAll
[C#]
public void PersistAll {set;}
[C++]
HRESULT put_PersistAll(
  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

IGPEnvironmentManager Interface