ArcFM Responder Mobile Developer Guide
Success Property






Gets or sets a value indicating whether Feeder Sync result was successful.
Syntax
'Declaration
 
Public Property Success As System.Boolean
'Usage
 
Dim instance As SyncFeederResult
Dim value As System.Boolean
 
instance.Success = value
 
value = instance.Success
public System.bool Success {get; set;}
public read-write property Success: System.Boolean; 
public function get,set Success : System.boolean
public: __property System.bool get_Success();
public: __property void set_Success( 
   System.bool value
);
public:
property System.bool Success {
   System.bool get();
   void set (    System.bool value);
}
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

SyncFeederResult Class
SyncFeederResult Members

Send Feedback