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




Returns the whole OPath expression that is parsed.

Syntax

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

Return Value

The OPath expression that is parsed.

Requirements

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

See Also