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