ArcFM Responder Mobile Developer Guide
Operation Property (IOperationUI)






Syntax
'Declaration
 
Property Operation As Operation
'Usage
 
Dim instance As IOperationUI
Dim value As Operation
 
instance.Operation = value
 
value = instance.Operation
Operation Operation {get; set;}
read-write property Operation: Operation; 
function get,set Operation : Operation
__property Operation* get_Operation();
__property void set_Operation( 
   Operation* value
);
property Operation^ Operation {
   Operation^ get();
   void set (    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

IOperationUI Interface
IOperationUI Members

Send Feedback