ArcFM Responder Mobile Developer Guide
CommonUpstreamDevice Property






Syntax
'Declaration
 
Public Property CommonUpstreamDevice As DeviceInfo
'Usage
 
Dim instance As FindCommonUpstreamDeviceRequest
Dim value As DeviceInfo
 
instance.CommonUpstreamDevice = value
 
value = instance.CommonUpstreamDevice
public DeviceInfo CommonUpstreamDevice {get; set;}
public read-write property CommonUpstreamDevice: DeviceInfo; 
public function get,set CommonUpstreamDevice : DeviceInfo
public: __property DeviceInfo* get_CommonUpstreamDevice();
public: __property void set_CommonUpstreamDevice( 
   DeviceInfo* value
);
public:
property DeviceInfo^ CommonUpstreamDevice {
   DeviceInfo^ get();
   void set (    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

FindCommonUpstreamDeviceRequest Class
FindCommonUpstreamDeviceRequest Members

Send Feedback