ArcFM Responder Mobile Developer Guide
ExcludePlannedSwitchingFilter Property






Determines whether data related to 'Planned outage' incidents is returned
Syntax
'Declaration
 
Public Property ExcludePlannedSwitchingFilter As System.Boolean
'Usage
 
Dim instance As DashboardRequest
Dim value As System.Boolean
 
instance.ExcludePlannedSwitchingFilter = value
 
value = instance.ExcludePlannedSwitchingFilter
public System.bool ExcludePlannedSwitchingFilter {get; set;}
public read-write property ExcludePlannedSwitchingFilter: System.Boolean; 
public function get,set ExcludePlannedSwitchingFilter : System.boolean
public: __property System.bool get_ExcludePlannedSwitchingFilter();
public: __property void set_ExcludePlannedSwitchingFilter( 
   System.bool value
);
public:
property System.bool ExcludePlannedSwitchingFilter {
   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

DashboardRequest Class
DashboardRequest Members

Send Feedback