Responder Developer Guide
IsInSet(Object,Object[]) Method


Syntax
'Declaration
 
Public Overloads Shared Function IsInSet( _
   ByVal value As Object, _
   ByVal ParamArray expectedValues() As Object _
) As Boolean
'Usage
 
Dim value As Object
Dim expectedValues() As Object
Dim value As Boolean
 
value = DbCompare.IsInSet(value, expectedValues)
public static bool IsInSet( 
   object value,
   params object[] expectedValues
)

Parameters

value
expectedValues
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DbCompare Class
DbCompare Members
Overload List

 

 


Send Comment