This document is archived and information here might be outdated.  Recommended version.


IServerEnvironmentImpl.JobCatalog Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerEnvironmentImpl Interface > IServerEnvironmentImpl.JobCatalog Property
ArcGIS Developer Help

IServerEnvironmentImpl.JobCatalog Property

.

[Visual Basic .NET]
Public ReadOnly Property JobCatalog As IJobCatalog
[C#]
public IJobCatalog JobCatalog {get;}
[C++]
HRESULT get_JobCatalog(
  IJobCatalog** ppJC
);
[C++]
Parameters
ppJC [out, retval]

ppJC is a parameter of type IJobCatalog**

Product Availability

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

See Also

IServerEnvironmentImpl Interface