ArcFM Responder Mobile Developer Guide
WireOwner Property (HazardsArchiveObject)






Syntax
'Declaration
 
Public Property WireOwner As HazardWireOwnerDomain
'Usage
 
Dim instance As HazardsArchiveObject
Dim value As HazardWireOwnerDomain
 
instance.WireOwner = value
 
value = instance.WireOwner
public HazardWireOwnerDomain WireOwner {get; set;}
public read-write property WireOwner: HazardWireOwnerDomain; 
public function get,set WireOwner : HazardWireOwnerDomain
public: __property HazardWireOwnerDomain get_WireOwner();
public: __property void set_WireOwner( 
   HazardWireOwnerDomain value
);
public:
property HazardWireOwnerDomain WireOwner {
   HazardWireOwnerDomain get();
   void set (    HazardWireOwnerDomain 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

HazardsArchiveObject Class
HazardsArchiveObject Members

Send Feedback