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


IDocumentInfo2.DateExported Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDocumentInfo2 Interface > IDocumentInfo2.DateExported Property
ArcGIS Developer Help

IDocumentInfo2.DateExported Property

Date the document was last exported.

[Visual Basic .NET]
Public ReadOnly Property DateExported As Object
[C#]
public object DateExported {get;}
[C++]
HRESULT get_DateExported(
  Variant* date
);
[C++]
Parameters
date [out, retval]

date is a parameter of type VARIANT*

Product Availability

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

See Also

IDocumentInfo2 Interface