ArcFM Responder Mobile Developer Guide
AllowMultiFeed Property






Syntax
'Declaration
 
Public Property AllowMultiFeed As System.Boolean
'Usage
 
Dim instance As FindCustomersBelowDeviceRequest
Dim value As System.Boolean
 
instance.AllowMultiFeed = value
 
value = instance.AllowMultiFeed
public System.bool AllowMultiFeed {get; set;}
public read-write property AllowMultiFeed: System.Boolean; 
public function get,set AllowMultiFeed : System.boolean
public: __property System.bool get_AllowMultiFeed();
public: __property void set_AllowMultiFeed( 
   System.bool value
);
public:
property System.bool AllowMultiFeed {
   System.bool get();
   void set (    System.bool 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

FindCustomersBelowDeviceRequest Class
FindCustomersBelowDeviceRequest Members

Send Feedback