ArcFM Responder Mobile Developer Guide
ExecutedCustomerCount Property (IncidentDeviceStepsObject)






Syntax
'Declaration
 
Public Property ExecutedCustomerCount As System.Nullable(Of Integer)
'Usage
 
Dim instance As IncidentDeviceStepsObject
Dim value As System.Nullable(Of Integer)
 
instance.ExecutedCustomerCount = value
 
value = instance.ExecutedCustomerCount
public System.Nullable<int> ExecutedCustomerCount {get; set;}
public read-write property ExecutedCustomerCount: System.Nullable; 
public function get,set ExecutedCustomerCount : System.Nullable
public: __property System.Nullable<int> get_ExecutedCustomerCount();
public: __property void set_ExecutedCustomerCount( 
   System.Nullable<int> value
);
public:
property System.Nullable<int> ExecutedCustomerCount {
   System.Nullable<int> get();
   void set (    System.Nullable<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

IncidentDeviceStepsObject Class
IncidentDeviceStepsObject Members

Send Feedback