ArcFM Responder Mobile Developer Guide
NotReportedCrewCompanyFilter Property






Gets and sets the collection of company types to filter crews by for dashboard crew data. Company values given in the collection will not be included in the counts.
Syntax
'Declaration
 
Public Property NotReportedCrewCompanyFilter As System.Integer()
'Usage
 
Dim instance As DashboardRequest
Dim value() As System.Integer
 
instance.NotReportedCrewCompanyFilter = value
 
value = instance.NotReportedCrewCompanyFilter
public System.int[] NotReportedCrewCompanyFilter {get; set;}
public read-write property NotReportedCrewCompanyFilter: System.array of Integer; 
public function get,set NotReportedCrewCompanyFilter : System.int[]
public: __property System.int[]* get_NotReportedCrewCompanyFilter();
public: __property void set_NotReportedCrewCompanyFilter( 
   System.int[]* value
);
public:
property System.array<int>^ NotReportedCrewCompanyFilter {
   System.array<int>^ get();
   void set (    System.array<int>^ 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