ArcFM Responder Mobile Developer Guide
AMIEvent Property (IncidentsObject)






Syntax
'Declaration
 
Public Property AMIEvent As AmiEventDomain
'Usage
 
Dim instance As IncidentsObject
Dim value As AmiEventDomain
 
instance.AMIEvent = value
 
value = instance.AMIEvent
public AmiEventDomain AMIEvent {get; set;}
public read-write property AMIEvent: AmiEventDomain; 
public function get,set AMIEvent : AmiEventDomain
public: __property AmiEventDomain get_AMIEvent();
public: __property void set_AMIEvent( 
   AmiEventDomain value
);
public:
property AmiEventDomain AMIEvent {
   AmiEventDomain get();
   void set (    AmiEventDomain 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

IncidentsObject Class
IncidentsObject Members

Send Feedback