ArcFM Responder Mobile Developer Guide
ExcludedElements Property






Syntax
'Declaration
 
Public ReadOnly Property ExcludedElements As System.Collections.Generic.HashSet(Of IElectricElement)
'Usage
 
Dim instance As DeviceStatus
Dim value As System.Collections.Generic.HashSet(Of IElectricElement)
 
value = instance.ExcludedElements
public System.Collections.Generic.HashSet<IElectricElement> ExcludedElements {get;}
public read-only property ExcludedElements: System.Collections.Generic.HashSet; 
public function get ExcludedElements : System.Collections.Generic.HashSet
public: __property System.Collections.Generic.HashSet<IElectricElement*>* get_ExcludedElements();
public:
property System.Collections.Generic.HashSet<IElectricElement^>^ ExcludedElements {
   System.Collections.Generic.HashSet<IElectricElement^>^ 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

DeviceStatus Class
DeviceStatus Members

Send Feedback