Specifies the Where property literal operand that is to be used for the search. The Where property literal
operand specified will override the literal operand used for the Where property in the search template.
If null, no change is made to the search template data.
Namespace:
FileNet.Api.Query
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Public Property Literal As String |
C# |
---|
public string Literal { get; set; } |
Visual C++ |
---|
public:
property String^ Literal {
String^ get ();
void set (String^ value);
} |
JavaScript |
---|
function get_literal();
function set_literal(value); |