ArcFM Responder Mobile Developer Guide
DeviceInformation Property






Syntax
'Declaration
 
Public Property DeviceInformation As System.Collections.Generic.IDictionary(Of FeatureID,DeviceInfo())
'Usage
 
Dim instance As FindDownstreamSubsourceDevicesRequest
Dim value As System.Collections.Generic.IDictionary(Of FeatureID,DeviceInfo())
 
instance.DeviceInformation = value
 
value = instance.DeviceInformation
public System.Collections.Generic.IDictionary<FeatureID,DeviceInfo[]> DeviceInformation {get; set;}
public read-write property DeviceInformation: System.Collections.Generic.IDictionary; 
public function get,set DeviceInformation : System.Collections.Generic.IDictionary
public: __property System.Collections.Generic.IDictionary<FeatureID*,DeviceInfo*[]>* get_DeviceInformation();
public: __property void set_DeviceInformation( 
   System.Collections.Generic.IDictionary<FeatureID*,DeviceInfo*[]>* value
);
public:
property System.Collections.Generic.IDictionary<FeatureID^,array<DeviceInfo^>>^ DeviceInformation {
   System.Collections.Generic.IDictionary<FeatureID^,array<DeviceInfo^>>^ get();
   void set (    System.Collections.Generic.IDictionary<FeatureID^,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

FindDownstreamSubsourceDevicesRequest Class
FindDownstreamSubsourceDevicesRequest Members

Send Feedback