ArcFM Responder Mobile Developer Guide
StatusCount Property (ProgressReportingTaskBase)






Count need for showing on progress changed (for status message)
Syntax
'Declaration
 
Public ReadOnly Property StatusCount As System.Integer
'Usage
 
Dim instance As ProgressReportingTaskBase
Dim value As System.Integer
 
value = instance.StatusCount
public System.int StatusCount {get;}
public read-only property StatusCount: System.Integer; 
public function get StatusCount : System.int
public: __property System.int get_StatusCount();
public:
property System.int StatusCount {
   System.int get();
}
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

ProgressReportingTaskBase Class
ProgressReportingTaskBase Members

Send Feedback