ArcFM Responder Mobile Developer Guide
UseConfirmedIncidentsOnly Property






Only consider confirmed incidents, this will trace through unconfirmed devices
Syntax
'Declaration
 
Public Property UseConfirmedIncidentsOnly As System.Boolean
'Usage
 
Dim instance As DeviceStatus
Dim value As System.Boolean
 
instance.UseConfirmedIncidentsOnly = value
 
value = instance.UseConfirmedIncidentsOnly
public System.bool UseConfirmedIncidentsOnly {get; set;}
public read-write property UseConfirmedIncidentsOnly: System.Boolean; 
public function get,set UseConfirmedIncidentsOnly : System.boolean
public: __property System.bool get_UseConfirmedIncidentsOnly();
public: __property void set_UseConfirmedIncidentsOnly( 
   System.bool value
);
public:
property System.bool UseConfirmedIncidentsOnly {
   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