ArcFM Responder Mobile Developer Guide
Data Property (ConsolidateIncidentsRequest)






Syntax
'Declaration
 
Public ReadOnly Property Data As System.Collections.Generic.Dictionary(Of String,Object)
'Usage
 
Dim instance As ConsolidateIncidentsRequest
Dim value As System.Collections.Generic.Dictionary(Of String,Object)
 
value = instance.Data
public System.Collections.Generic.Dictionary<string,object> Data {get;}
public read-only property Data: System.Collections.Generic.Dictionary; 
public function get Data : System.Collections.Generic.Dictionary
public: __property System.Collections.Generic.Dictionary<string*,Object*>* get_Data();
public:
property System.Collections.Generic.Dictionary<String^,Object^>^ Data {
   System.Collections.Generic.Dictionary<String^,Object^>^ get();
}
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

ConsolidateIncidentsRequest Class
ConsolidateIncidentsRequest Members

Send Feedback