Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal value As Object, _ ByVal soType As PropertyType _ ) |
Visual Basic (Usage) | ![]() |
---|---|
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
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