Chili.Opf3 Send comments on this topic.
ValueType Property
See Also 
Chili.Opf3.Query.OPathParser Namespace > OEParameter Class : ValueType Property




Returns the type of the value.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ValueType As Type
Visual Basic (Usage)Copy Code
Dim instance As OEParameter
Dim value As Type
 
value = instance.ValueType
C# 
public Type ValueType {get;}
Managed Extensions for C++ 
public: __property Type* get_ValueType();
C++/CLI 
public:
property Type^ ValueType {
   Type^ get();
}

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also