ArcFM Responder Mobile Developer Guide
NormalSources Property






Syntax
'Declaration
 
Public Property NormalSources As System.Collections.Generic.ICollection(Of ElectricSource)
'Usage
 
Dim instance As GetSourcesForFeature
Dim value As System.Collections.Generic.ICollection(Of ElectricSource)
 
instance.NormalSources = value
 
value = instance.NormalSources
public System.Collections.Generic.ICollection<ElectricSource> NormalSources {get; set;}
public read-write property NormalSources: System.Collections.Generic.ICollection; 
public function get,set NormalSources : System.Collections.Generic.ICollection
public: __property System.Collections.Generic.ICollection<ElectricSource*>* get_NormalSources();
public: __property void set_NormalSources( 
   System.Collections.Generic.ICollection<ElectricSource*>* value
);
public:
property System.Collections.Generic.ICollection<ElectricSource^>^ NormalSources {
   System.Collections.Generic.ICollection<ElectricSource^>^ get();
   void set (    System.Collections.Generic.ICollection<ElectricSource^>^ 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

GetSourcesForFeature Class
GetSourcesForFeature Members

Send Feedback