MFSearchBuilderProperty(Object, MFDataType, Object) Method
Adds a property based, 'equal' search condition.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public MFSearchBuilder Property(
Object property,
MFDataType dataType,
Object value
)
- property Object
- The propertyDef of the condition.
- dataType MFDataType
- The datatype of the value.
- value Object
- The value to search for.
MFSearchBuilderThe MFSearchBuilder object, for chaining.