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




Returns the value of the inline parameter.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Value As String
Visual Basic (Usage)Copy Code
Dim instance As OEInlineParameter
Dim value As String
 
value = instance.Value
C# 
public string Value {get;}
Managed Extensions for C++ 
public: __property string* get_Value();
C++/CLI 
public:
property String^ Value {
   String^ get();
}

Return Value

The value of the inline parameter.

Requirements

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

See Also