The original query text from which the query was generated.


Namespace: FileNet.Api.Events
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property QueryText As String
C#
string QueryText { get; }
C++
property string QueryText abstract  {
    String get();
}
J#
/** property */
public string get_QueryText();
JScript
public function get QueryText() : String

Remarks

See Also