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


IRemoteMetadataName2.ModifiedTime Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GISClient)  

IRemoteMetadataName2.ModifiedTime Property

The modified date and time of the metadata document.

[Visual Basic .NET]
Public Property ModifiedTime As String
[C#]
public string ModifiedTime {get; set;}
[C++]
HRESULT get_ModifiedTime(
  BSTR* pModifiedTime
);
[C++]
HRESULT put_ModifiedTime(
  BSTR pModifiedTime
);
[C++]

Parameters pModifiedTime [out, retval] pModifiedTime is a parameter of type BSTR pModifiedTime [in] pModifiedTime is a parameter of type BSTR

Product Availability

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

See Also

IRemoteMetadataName2 Interface