ArcFM Responder Mobile Developer Guide
ExpectedStatus Property (DeviceInfo)






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

DeviceInfo Class
DeviceInfo Members

Send Feedback