ArcFM Responder Mobile Developer Guide
Type Property (SwitchingOrdersObject)






Syntax
'Declaration
 
Public Property Type As SwitchingOrderTypeDomain
'Usage
 
Dim instance As SwitchingOrdersObject
Dim value As SwitchingOrderTypeDomain
 
instance.Type = value
 
value = instance.Type
public SwitchingOrderTypeDomain Type {get; set;}
public read-write property Type: SwitchingOrderTypeDomain; 
public function get,set Type : SwitchingOrderTypeDomain
public: __property SwitchingOrderTypeDomain get_Type();
public: __property void set_Type( 
   SwitchingOrderTypeDomain value
);
public:
property SwitchingOrderTypeDomain Type {
   SwitchingOrderTypeDomain get();
   void set (    SwitchingOrderTypeDomain 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

SwitchingOrdersObject Class
SwitchingOrdersObject Members

Send Feedback