ArcFM Responder Mobile Developer Guide
StopOnSubsource Property






If we encounter a subsource stop the trace
Syntax
'Declaration
 
Public Property StopOnSubsource As System.Boolean
'Usage
 
Dim instance As DeviceStatus
Dim value As System.Boolean
 
instance.StopOnSubsource = value
 
value = instance.StopOnSubsource
public System.bool StopOnSubsource {get; set;}
public read-write property StopOnSubsource: System.Boolean; 
public function get,set StopOnSubsource : System.boolean
public: __property System.bool get_StopOnSubsource();
public: __property void set_StopOnSubsource( 
   System.bool value
);
public:
property System.bool StopOnSubsource {
   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

DeviceStatus Class
DeviceStatus Members

Send Feedback