ArcFM Responder Mobile Developer Guide
CurrentSearchConfig Property (IMMTraceRunParameters)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678280)>
Property CurrentSearchConfig As IMMSearchConfiguration
'Usage
 
Dim instance As IMMTraceRunParameters
Dim value As IMMSearchConfiguration
 
instance.CurrentSearchConfig = value
 
value = instance.CurrentSearchConfig
[System.Runtime.InteropServices.DispId(1610678280)]
IMMSearchConfiguration CurrentSearchConfig {get; set;}
read-write property CurrentSearchConfig: IMMSearchConfiguration; 
System.Runtime.InteropServices.DispIdAttribute(1610678280)
function get,set CurrentSearchConfig : IMMSearchConfiguration
[System.Runtime.InteropServices.DispId(1610678280)]
__property IMMSearchConfiguration* get_CurrentSearchConfig();
__property void set_CurrentSearchConfig( 
   IMMSearchConfiguration* value
);
[System.Runtime.InteropServices.DispId(1610678280)]
property IMMSearchConfiguration^ CurrentSearchConfig {
   IMMSearchConfiguration^ get();
   void set (    IMMSearchConfiguration^ 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

IMMTraceRunParameters Interface
IMMTraceRunParameters Members

Send Feedback