ArcFM Responder Mobile Developer Guide
ExpectedStatus Property (IncidentDeviceStepsObject)






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