ArcFM Responder Mobile Developer Guide
AffectsEnergization Property (SwitchingOrderFeaturesArchiveObject)






Syntax
'Declaration
 
Public Property AffectsEnergization As AffectsEnergizationTypeDomain
'Usage
 
Dim instance As SwitchingOrderFeaturesArchiveObject
Dim value As AffectsEnergizationTypeDomain
 
instance.AffectsEnergization = value
 
value = instance.AffectsEnergization
public AffectsEnergizationTypeDomain AffectsEnergization {get; set;}
public read-write property AffectsEnergization: AffectsEnergizationTypeDomain; 
public function get,set AffectsEnergization : AffectsEnergizationTypeDomain
public: __property AffectsEnergizationTypeDomain get_AffectsEnergization();
public: __property void set_AffectsEnergization( 
   AffectsEnergizationTypeDomain value
);
public:
property AffectsEnergizationTypeDomain AffectsEnergization {
   AffectsEnergizationTypeDomain get();
   void set (    AffectsEnergizationTypeDomain 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

SwitchingOrderFeaturesArchiveObject Class
SwitchingOrderFeaturesArchiveObject Members

Send Feedback