ArcFM Responder Mobile Developer Guide
DeviceOperation Property (IncidentDevicesArchiveObject)






Syntax
'Declaration
 
Public Property DeviceOperation As System.Nullable(Of DeviceOperationDomain)
'Usage
 
Dim instance As IncidentDevicesArchiveObject
Dim value As System.Nullable(Of DeviceOperationDomain)
 
instance.DeviceOperation = value
 
value = instance.DeviceOperation
public System.Nullable<DeviceOperationDomain> DeviceOperation {get; set;}
public read-write property DeviceOperation: System.Nullable; 
public function get,set DeviceOperation : System.Nullable
public: __property System.Nullable<DeviceOperationDomain> get_DeviceOperation();
public: __property void set_DeviceOperation( 
   System.Nullable<DeviceOperationDomain> value
);
public:
property System.Nullable<DeviceOperationDomain> DeviceOperation {
   System.Nullable<DeviceOperationDomain> get();
   void set (    System.Nullable<DeviceOperationDomain> 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

IncidentDevicesArchiveObject Class
IncidentDevicesArchiveObject Members

Send Feedback