ArcFM Responder Mobile Developer Guide
SwitchingOrderFeatures Property (SwitchingOrderRequestsObject)






Syntax
'Declaration
 
Public Property SwitchingOrderFeatures As System.Collections.Generic.IEnumerable(Of SwitchingOrderFeaturesObject)
'Usage
 
Dim instance As SwitchingOrderRequestsObject
Dim value As System.Collections.Generic.IEnumerable(Of SwitchingOrderFeaturesObject)
 
instance.SwitchingOrderFeatures = value
 
value = instance.SwitchingOrderFeatures
public System.Collections.Generic.IEnumerable<SwitchingOrderFeaturesObject> SwitchingOrderFeatures {get; set;}
public read-write property SwitchingOrderFeatures: System.Collections.Generic.IEnumerable; 
public function get,set SwitchingOrderFeatures : System.Collections.Generic.IEnumerable
public: __property System.Collections.Generic.IEnumerable<SwitchingOrderFeaturesObject*>* get_SwitchingOrderFeatures();
public: __property void set_SwitchingOrderFeatures( 
   System.Collections.Generic.IEnumerable<SwitchingOrderFeaturesObject*>* value
);
public:
property System.Collections.Generic.IEnumerable<SwitchingOrderFeaturesObject^>^ SwitchingOrderFeatures {
   System.Collections.Generic.IEnumerable<SwitchingOrderFeaturesObject^>^ get();
   void set (    System.Collections.Generic.IEnumerable<SwitchingOrderFeaturesObject^>^ 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

SwitchingOrderRequestsObject Class
SwitchingOrderRequestsObject Members

Send Feedback