ArcFM Responder Mobile Developer Guide
Phases Property (MMLoopElementClass)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678284)>
Public Overridable Property Phases As SetOfPhases
'Usage
 
Dim instance As MMLoopElementClass
Dim value As SetOfPhases
 
instance.Phases = value
 
value = instance.Phases
[System.Runtime.InteropServices.DispId(1610678284)]
public virtual SetOfPhases Phases {get; set;}
public read-write property Phases: SetOfPhases; virtual; 
System.Runtime.InteropServices.DispIdAttribute(1610678284)
public function get,set Phases : SetOfPhases
[System.Runtime.InteropServices.DispId(1610678284)]
public: __property virtual SetOfPhases get_Phases();
public: __property virtual void set_Phases( 
   SetOfPhases value
);
[System.Runtime.InteropServices.DispId(1610678284)]
public:
virtual property SetOfPhases Phases {
   SetOfPhases get();
   void set (    SetOfPhases 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

MMLoopElementClass Class
MMLoopElementClass Members

Send Feedback