ArcFM Responder Mobile Developer Guide
SearchResultsSet Property






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678272)>
Property SearchResultsSet As ESRI.ArcGIS.esriSystem.IPropertySet
'Usage
 
Dim instance As IMMAddressSearchResults
Dim value As ESRI.ArcGIS.esriSystem.IPropertySet
 
instance.SearchResultsSet = value
 
value = instance.SearchResultsSet
[System.Runtime.InteropServices.DispId(1610678272)]
ESRI.ArcGIS.esriSystem.IPropertySet SearchResultsSet {get; set;}
read-write property SearchResultsSet: ESRI.ArcGIS.esriSystem.IPropertySet; 
System.Runtime.InteropServices.DispIdAttribute(1610678272)
function get,set SearchResultsSet : ESRI.ArcGIS.esriSystem.IPropertySet
[System.Runtime.InteropServices.DispId(1610678272)]
__property ESRI.ArcGIS.esriSystem.IPropertySet* get_SearchResultsSet();
__property void set_SearchResultsSet( 
   ESRI.ArcGIS.esriSystem.IPropertySet* value
);
[System.Runtime.InteropServices.DispId(1610678272)]
property ESRI.ArcGIS.esriSystem.IPropertySet^ SearchResultsSet {
   ESRI.ArcGIS.esriSystem.IPropertySet^ get();
   void set (    ESRI.ArcGIS.esriSystem.IPropertySet^ 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

IMMAddressSearchResults Interface
IMMAddressSearchResults Members

Send Feedback