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


IGPVersionInfo.Modified Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPVersionInfo Interface > IGPVersionInfo.Modified Property
ArcGIS Developer Help

IGPVersionInfo.Modified Property

The date and time the version was last modified.

[Visual Basic .NET]
Public Property Modified As Object
[C#]
public object Modified {get; set;}
[C++]
HRESULT get_Modified(
  Variant* date
);
[C++]
HRESULT put_Modified(
  VARIANT date
);
[C++]
Parameters
date [out, retval]

date is a parameter of type VARIANT* date [in]
date is a parameter of type VARIANT

Product Availability

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

See Also

IGPVersionInfo Interface