Class KQLElement
Element in KQL query
Inheritance
System.Object
KQLElement
Namespace: PnP.Framework.Modernization.KQL
Assembly: PnP.Framework.dll
Syntax
public class KQLElement : object
Properties
Filter
Filter attribute name
Declaration
public string Filter { get; set; }
Property Value
System.
|
Group
Filter group
Declaration
public int Group { get; set; }
Property Value
System.
|
Operator
Filter operator
Declaration
public KQLPropertyOperator Operator { get; set; }
Property Value
Type
Value
Value of the filter
Declaration
public string Value { get; set; }
Property Value
System.
|