ArcFM Responder Mobile Developer Guide
OperatingVoltage Property (SwitchingOrderFeaturesArchiveObject)






Syntax
'Declaration
 
Public Property OperatingVoltage As System.String
'Usage
 
Dim instance As SwitchingOrderFeaturesArchiveObject
Dim value As System.String
 
instance.OperatingVoltage = value
 
value = instance.OperatingVoltage
public System.string OperatingVoltage {get; set;}
public read-write property OperatingVoltage: System.String; 
public function get,set OperatingVoltage : System.String
public: __property System.string* get_OperatingVoltage();
public: __property void set_OperatingVoltage( 
   System.string* value
);
public:
property System.String^ OperatingVoltage {
   System.String^ get();
   void set (    System.String^ 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