MFSearchBuilderPropertyNot(Object, MFDataType, Object) Method
Adds a property based, 'not equal' search condition.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public MFSearchBuilder PropertyNot(
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 exclude from the results.
MFSearchBuilderThe MFSearchBuilder object, for chaining.