ArcObjects Library Reference (GeoDatabaseExtensions)  

ICadastralFabricLocks.LockingJob Property

The name of the Job to apply locks on.

[Visual Basic .NET]
Public WriteOnly Property LockingJob
[C#]
public void LockingJob {set;}
[C++]
HRESULT put_LockingJob(
  BSTR 
);
[C++]

Parameters

[in]    is a parameter of type BSTR

Product Availability

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

Remarks

The Cadastral Job on which all methods will be applied.

When using this interface you need to first set this property, before using any of the other methods.

See Also

ICadastralFabricLocks Interface