ArcFM Responder Mobile Developer Guide
DBHasBeenModified Property






Syntax
'Declaration
 
Public ReadOnly Property DBHasBeenModified As System.Boolean
'Usage
 
Dim instance As WriteStatusChangeRequest
Dim value As System.Boolean
 
value = instance.DBHasBeenModified
public System.bool DBHasBeenModified {get;}
public read-only property DBHasBeenModified: System.Boolean; 
public function get DBHasBeenModified : System.boolean
public: __property System.bool get_DBHasBeenModified();
public:
property System.bool DBHasBeenModified {
   System.bool get();
}
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

WriteStatusChangeRequest Class
WriteStatusChangeRequest Members

Send Feedback