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


IJobCatalog.JobRegistry Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJobCatalog Interface > IJobCatalog.JobRegistry Property
ArcGIS Developer Help

IJobCatalog.JobRegistry Property

Job Registry.

[Visual Basic .NET]
Public WriteOnly Property JobRegistry
[C#]
public void JobRegistry {set;}
[C++]
HRESULT put_JobRegistry(
  IJobRegistry* 
);
[C++]
Parameters
 [in]

is a parameter of type IJobRegistry*

Product Availability

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

See Also

IJobCatalog Interface