Click or drag to resize

SearchConditionOperands Property

List of operands for the criterion. Number of required items and their types depends on type of criterion.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public List<Object> Operands { get; set; }

Property Value

Type: ListObject
See Also