[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns property names to use for lookup in index.

Namespace: net.esper.eql.join.plan
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property KeyProperties As String()
C#
public virtual string[] KeyProperties { get; }
Visual C++
public:
virtual property array<String^>^ KeyProperties {
	array<String^>^ get ();
}

Return Value

property names.