ValueExpression Constructor(Object,PropertyType)
See Also 
SourceCode.SmartObjects.Client.Filters Namespace > ValueExpression Class > ValueExpression Constructor : ValueExpression Constructor(Object,PropertyType)



value
soType

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal value As Object, _
   ByVal soType As PropertyType _
)
Visual Basic (Usage) Copy Code
Dim value As Object
Dim soType As PropertyType
 
Dim instance As New ValueExpression(value, soType)
C#  
public ValueExpression( 
   object value,
   PropertyType soType
)
C++/CLI  
public:
ValueExpression( 
   Object^ value,
   PropertyType soType
)

Parameters

value
soType

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