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


ICadastralJob.Owner Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > ICadastralJob Interface > ICadastralJob.Owner Property
ArcGIS Developer Help

ICadastralJob.Owner Property

The owner of the cadastral job.

[Visual Basic .NET]
Public Property Owner As String
[C#]
public string Owner {get; set;}
[C++]
HRESULT get_Owner(
  System.String* Owner
);
[C++]
HRESULT put_Owner(
  BSTR Owner
);
[C++]
Parameters
Owner [out, retval]

Owner is a parameter of type BSTR* Owner [in]
Owner is a parameter of type BSTR

Product Availability

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

Remarks

The owner name of the cadastral job.

[C++]

HRESULT get_Owner(

BSTR* Owner,

);

HRESULT put_Owner(

BSTR Owner,

);

See Also

ICadastralJob Interface