ArcFM Responder Mobile Developer Guide
FacilityID Property (IncidentFeaturesArchiveObject)






Syntax
'Declaration
 
Public Property FacilityID As System.String
'Usage
 
Dim instance As IncidentFeaturesArchiveObject
Dim value As System.String
 
instance.FacilityID = value
 
value = instance.FacilityID
public System.string FacilityID {get; set;}
public read-write property FacilityID: System.String; 
public function get,set FacilityID : System.String
public: __property System.string* get_FacilityID();
public: __property void set_FacilityID( 
   System.string* value
);
public:
property System.String^ FacilityID {
   System.String^ get();
   void set (    System.String^ 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

IncidentFeaturesArchiveObject Class
IncidentFeaturesArchiveObject Members

Send Feedback