MFSearchBuilderProperty Method (Object, MFDataType, MFIdentifier) |
Adds a property based, 'equal' search condition.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.1.0.1 (2.1.0.1)
Syntaxpublic MFSearchBuilder Property(
Object property,
MFDataType dataType,
MFIdentifier[] value
)
Parameters
- property
- Type: SystemObject
The propertyDef of the condition. - dataType
- Type: MFDataType
The datatype of the value. - value
- Type: MFiles.VAF.ConfigurationMFIdentifier
The value to search for.
Return Value
Type:
MFSearchBuilderThe MFSearchBuilder object, for chaining.
See Also