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


IDataMessage.CreationDate Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > ID > IDataMessage Interface > IDataMessage.CreationDate Property
ArcGIS Developer Help

IDataMessage.CreationDate Property

Indicates date of data message's creation.

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

pVal is a parameter of type VARIANT*

Product Availability

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

See Also

IDataMessage Interface