ArcFM Responder Mobile Developer Guide
CUCode Property (MMSecCktConductorClass)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678274)>
Public Overridable Property CUCode As System.Object
'Usage
 
Dim instance As MMSecCktConductorClass
Dim value As System.Object
 
instance.CUCode = value
 
value = instance.CUCode
[System.Runtime.InteropServices.DispId(1610678274)]
public virtual System.object CUCode {get; set;}
public read-write property CUCode: System.TObject; virtual; 
System.Runtime.InteropServices.DispIdAttribute(1610678274)
public function get,set CUCode : System.Object
[System.Runtime.InteropServices.DispId(1610678274)]
public: __property virtual System.Object* get_CUCode();
public: __property virtual void set_CUCode( 
   System.Object* value
);
[System.Runtime.InteropServices.DispId(1610678274)]
public:
virtual property System.Object^ CUCode {
   System.Object^ get();
   void set (    System.Object^ 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

MMSecCktConductorClass Class
MMSecCktConductorClass Members

Send Feedback