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




Returns the value of the concat.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Value As String
Visual Basic (Usage)Copy Code
Dim instance As OEConcat
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 concat.

Requirements

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

See Also