ArcFM Responder Mobile Developer Guide
IMMCategory_Owner Property






Syntax
'Declaration
 
Public Overridable Property IMMCategory_Owner As mmCuOwner
'Usage
 
Dim instance As D8CuTypeClass
Dim value As mmCuOwner
 
instance.IMMCategory_Owner = value
 
value = instance.IMMCategory_Owner
public virtual mmCuOwner IMMCategory_Owner {get; set;}
public read-write property IMMCategory_Owner: mmCuOwner; virtual; 
public function get,set IMMCategory_Owner : mmCuOwner
public: __property virtual mmCuOwner get_IMMCategory_Owner();
public: __property virtual void set_IMMCategory_Owner( 
   mmCuOwner value
);
public:
virtual property mmCuOwner IMMCategory_Owner {
   mmCuOwner get();
   void set (    mmCuOwner 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

D8CuTypeClass Class
D8CuTypeClass Members

Send Feedback