MFSearchBuilderProperty(Object, MFDataType, MFIdentifier) Method

Adds a property based, 'equal' search condition.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public MFSearchBuilder Property(
	Object property,
	MFDataType dataType,
	MFIdentifier[] value
)

Parameters

property  Object
The propertyDef of the condition.
dataType  MFDataType
The datatype of the value.
value  MFIdentifier
The value to search for.

Return Value

MFSearchBuilder
The MFSearchBuilder object, for chaining.

See Also