ArcFM Responder Mobile Developer Guide
SearchParameters Property (IMMSearchConfiguration)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678272)>
Property SearchParameters As System.Object
'Usage
 
Dim instance As IMMSearchConfiguration
Dim value As System.Object
 
instance.SearchParameters = value
 
value = instance.SearchParameters
[System.Runtime.InteropServices.DispId(1610678272)]
System.object SearchParameters {get; set;}
read-write property SearchParameters: System.TObject; 
System.Runtime.InteropServices.DispIdAttribute(1610678272)
function get,set SearchParameters : System.Object
[System.Runtime.InteropServices.DispId(1610678272)]
__property System.Object* get_SearchParameters();
__property void set_SearchParameters( 
   System.Object* value
);
[System.Runtime.InteropServices.DispId(1610678272)]
property System.Object^ SearchParameters {
   System.Object^ get();
   void set (    System.Object^ 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

IMMSearchConfiguration Interface
IMMSearchConfiguration Members

Send Feedback