ArcFM Responder Mobile Developer Guide
RequestedDevices Property (RequestedDevicesMixin)






Syntax
'Declaration
 
Public Property RequestedDevices As DeviceInfo()
'Usage
 
Dim instance As RequestedDevicesMixin
Dim value() As DeviceInfo
 
instance.RequestedDevices = value
 
value = instance.RequestedDevices
public DeviceInfo[] RequestedDevices {get; set;}
public read-write property RequestedDevices: array of DeviceInfo; 
public function get,set RequestedDevices : DeviceInfo[]
public: __property DeviceInfo*[]* get_RequestedDevices();
public: __property void set_RequestedDevices( 
   DeviceInfo*[]* value
);
public:
property array<DeviceInfo^>^ RequestedDevices {
   array<DeviceInfo^>^ get();
   void set (    array<DeviceInfo^>^ 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

RequestedDevicesMixin Class
RequestedDevicesMixin Members

Send Feedback