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




Returns the name of the object member in the OPath statement.

Syntax

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

Return Value

Name of the property in the OPath statement.

Requirements

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

See Also