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


ICadastralJob.ModifiedDate 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.ModifiedDate Property
ArcGIS Developer Help

ICadastralJob.ModifiedDate Property

The date the cadastral job was last modified.

[Visual Basic .NET]
Public ReadOnly Property ModifiedDate As String
[C#]
public string ModifiedDate {get;}
[C++]
HRESULT get_ModifiedDate(
  System.String* Date
);
[C++]
Parameters
Date [out, retval]

Date is a parameter of type BSTR*

Product Availability

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

Remarks

Use this property to retrieve the date for the last time the cadastral job was modified.

See Also

ICadastralJob Interface