SearchQueryChildCount Property |
Gets the number of child queries.
Namespace: GroupDocs.SearchAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8.1
Syntaxpublic virtual int ChildCount { get; }
Public Overridable ReadOnly Property ChildCount As Integer
Get
public:
virtual property int ChildCount {
int get ();
}
abstract ChildCount : int with get
override ChildCount : int with get
Property Value
Type:
Int32The number of child queries.
See Also