ArcFM Responder Mobile Developer Guide
Threshold Property (IMMRowSearchResults2)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610809344)>
Property Threshold As System.Integer
'Usage
 
Dim instance As IMMRowSearchResults2
Dim value As System.Integer
 
instance.Threshold = value
 
value = instance.Threshold
[System.Runtime.InteropServices.DispId(1610809344)]
System.int Threshold {get; set;}
read-write property Threshold: System.Integer; 
System.Runtime.InteropServices.DispIdAttribute(1610809344)
function get,set Threshold : System.int
[System.Runtime.InteropServices.DispId(1610809344)]
__property System.int get_Threshold();
__property void set_Threshold( 
   System.int value
);
[System.Runtime.InteropServices.DispId(1610809344)]
property System.int Threshold {
   System.int get();
   void set (    System.int 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

IMMRowSearchResults2 Interface
IMMRowSearchResults2 Members

Send Feedback