ArcFM Responder Mobile Developer Guide
LastModified Property (IConnectionProperties)






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

IConnectionProperties Interface
IConnectionProperties Members

Send Feedback