ArcFM Responder Mobile Developer Guide
SelectedDevices Property






Syntax
'Declaration
 
Public ReadOnly Property SelectedDevices As System.Collections.Generic.IEnumerable(Of DeviceInfo)
'Usage
 
Dim instance As FindCommonUpstreamDeviceRequest
Dim value As System.Collections.Generic.IEnumerable(Of DeviceInfo)
 
value = instance.SelectedDevices
public System.Collections.Generic.IEnumerable<DeviceInfo> SelectedDevices {get;}
public read-only property SelectedDevices: System.Collections.Generic.IEnumerable; 
public function get SelectedDevices : System.Collections.Generic.IEnumerable
public: __property System.Collections.Generic.IEnumerable<DeviceInfo*>* get_SelectedDevices();
public:
property System.Collections.Generic.IEnumerable<DeviceInfo^>^ SelectedDevices {
   System.Collections.Generic.IEnumerable<DeviceInfo^>^ 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

FindCommonUpstreamDeviceRequest Class
FindCommonUpstreamDeviceRequest Members

Send Feedback