ArcFM Responder Mobile Developer Guide
ActiveWorkFunction Property (D8CuTopLevelClass)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678274)>
Public Overridable Property ActiveWorkFunction As mmd8WorkFunction
'Usage
 
Dim instance As D8CuTopLevelClass
Dim value As mmd8WorkFunction
 
instance.ActiveWorkFunction = value
 
value = instance.ActiveWorkFunction
[System.Runtime.InteropServices.DispId(1610678274)]
public virtual mmd8WorkFunction ActiveWorkFunction {get; set;}
public read-write property ActiveWorkFunction: mmd8WorkFunction; virtual; 
System.Runtime.InteropServices.DispIdAttribute(1610678274)
public function get,set ActiveWorkFunction : mmd8WorkFunction
[System.Runtime.InteropServices.DispId(1610678274)]
public: __property virtual mmd8WorkFunction get_ActiveWorkFunction();
public: __property virtual void set_ActiveWorkFunction( 
   mmd8WorkFunction value
);
[System.Runtime.InteropServices.DispId(1610678274)]
public:
virtual property mmd8WorkFunction ActiveWorkFunction {
   mmd8WorkFunction get();
   void set (    mmd8WorkFunction 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

D8CuTopLevelClass Class
D8CuTopLevelClass Members

Send Feedback