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


IResponseMessage.CreationDate Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IResponseMessage.CreationDate Property

Indicates the date of the response 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. Requires Tracking Analyst Extension.

See Also

IResponseMessage Interface