ArcFM Responder Mobile Developer Guide
LastModified Property (ConnectionProperties)






Gets the timestamp of the most recent version or workspace change.
Syntax
'Declaration
 
Public ReadOnly Property LastModified As System.Nullable(Of Date)
'Usage
 
Dim instance As ConnectionProperties
Dim value As System.Nullable(Of Date)
 
value = instance.LastModified
public System.Nullable<DateTime> LastModified {get;}
public read-only property LastModified: System.Nullable; 
public function get LastModified : System.Nullable
public: __property System.Nullable<DateTime> get_LastModified();
public:
property System.Nullable<DateTime> LastModified {
   System.Nullable<DateTime> get();
}

Property Value

The timestamp of the most recent version or workspace change.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ConnectionProperties Class
ConnectionProperties Members

Send Feedback