ArcFM Responder Mobile Developer Guide
Feeders Property






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610743812)>
Property Feeders As IMMEnumFeederSource
'Usage
 
Dim instance As IMMFeederManagerResultsProcessor
Dim value As IMMEnumFeederSource
 
instance.Feeders = value
 
value = instance.Feeders
[System.Runtime.InteropServices.DispId(1610743812)]
IMMEnumFeederSource Feeders {get; set;}
read-write property Feeders: IMMEnumFeederSource; 
System.Runtime.InteropServices.DispIdAttribute(1610743812)
function get,set Feeders : IMMEnumFeederSource
[System.Runtime.InteropServices.DispId(1610743812)]
__property IMMEnumFeederSource* get_Feeders();
__property void set_Feeders( 
   IMMEnumFeederSource* value
);
[System.Runtime.InteropServices.DispId(1610743812)]
property IMMEnumFeederSource^ Feeders {
   IMMEnumFeederSource^ get();
   void set (    IMMEnumFeederSource^ 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

IMMFeederManagerResultsProcessor Interface
IMMFeederManagerResultsProcessor Members

Send Feedback