ArcFM Responder Mobile Developer Guide
CurrentFeederIDs Property






Syntax
'Declaration
 
Public ReadOnly Property CurrentFeederIDs As System.Collections.Generic.List(Of String)
'Usage
 
Dim instance As FindCurrentFeederIdRequest
Dim value As System.Collections.Generic.List(Of String)
 
value = instance.CurrentFeederIDs
public System.Collections.Generic.List<string> CurrentFeederIDs {get;}
public read-only property CurrentFeederIDs: System.Collections.Generic.List; 
public function get CurrentFeederIDs : System.Collections.Generic.List
public: __property System.Collections.Generic.List<string*>* get_CurrentFeederIDs();
public:
property System.Collections.Generic.List<String^>^ CurrentFeederIDs {
   System.Collections.Generic.List<String^>^ 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

FindCurrentFeederIdRequest Class
FindCurrentFeederIdRequest Members

Send Feedback