ArcFM Responder Mobile Developer Guide
DeactivationOperations Property






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