ArcFM Responder Mobile Developer Guide
StartDevice Property (FindCallsWithOutagesLaterThanOperationRequest)






Syntax
'Declaration
 
Public Property StartDevice As FeatureID
'Usage
 
Dim instance As FindCallsWithOutagesLaterThanOperationRequest
Dim value As FeatureID
 
instance.StartDevice = value
 
value = instance.StartDevice
public FeatureID StartDevice {get; set;}
public read-write property StartDevice: FeatureID; 
public function get,set StartDevice : FeatureID
public: __property FeatureID* get_StartDevice();
public: __property void set_StartDevice( 
   FeatureID* value
);
public:
property FeatureID^ StartDevice {
   FeatureID^ get();
   void set (    FeatureID^ 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

FindCallsWithOutagesLaterThanOperationRequest Class
FindCallsWithOutagesLaterThanOperationRequest Members

Send Feedback