ArcFM Responder Mobile Developer Guide
ActivationOperations Property






These Operations are called only once when the OperationGroup is activated.
Syntax
'Declaration
 
Public Property ActivationOperations As System.Collections.Generic.List(Of Operation)
'Usage
 
Dim instance As OperationGroup
Dim value As System.Collections.Generic.List(Of Operation)
 
instance.ActivationOperations = value
 
value = instance.ActivationOperations
public System.Collections.Generic.List<Operation> ActivationOperations {get; set;}
public read-write property ActivationOperations: System.Collections.Generic.List; 
public function get,set ActivationOperations : System.Collections.Generic.List
public: __property System.Collections.Generic.List<Operation*>* get_ActivationOperations();
public: __property void set_ActivationOperations( 
   System.Collections.Generic.List<Operation*>* value
);
public:
property System.Collections.Generic.List<Operation^>^ ActivationOperations {
   System.Collections.Generic.List<Operation^>^ get();
   void set (    System.Collections.Generic.List<Operation^>^ 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

OperationGroup Class
OperationGroup Members

Send Feedback