ArcFM Responder Mobile Developer Guide
FacilityId Property (CreateIncidentOnDevice)






Gets the facility ID of the device associated with the incident.
Syntax
'Declaration
 
Public ReadOnly Property FacilityId As System.String
'Usage
 
Dim instance As CreateIncidentOnDevice
Dim value As System.String
 
value = instance.FacilityId
public System.string FacilityId {get;}
public read-only property FacilityId: System.String; 
public function get FacilityId : System.String
public: __property System.string* get_FacilityId();
public:
property System.String^ FacilityId {
   System.String^ get();
}

Property Value

The facility ID of the device associated with the incident.
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

CreateIncidentOnDevice Class
CreateIncidentOnDevice Members

Send Feedback