ArcFM Responder Mobile Developer Guide
Operations Property (OperationGroup)






The Operations that make-up this OperationGroup
Syntax
'Declaration
 
Public ReadOnly Property Operations As Operation()
'Usage
 
Dim instance As OperationGroup
Dim value() As Operation
 
value = instance.Operations
public Operation[] Operations {get;}
public read-only property Operations: array of Operation; 
public function get Operations : Operation[]
public: __property Operation*[]* get_Operations();
public:
property array<Operation^>^ Operations {
   array<Operation^>^ get();
}
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

OperationGroup Class
OperationGroup Members

Send Feedback