ArcFM Responder Mobile Developer Guide
TagAndGroundSteps Property






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

OperationsObject Class
OperationsObject Members

Send Feedback