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.3.623.2
Syntaxpublic MFSearchBuilder Property(
Object property,
MFDataType dataType,
MFIdentifier[] value
)
Public Function Property (
property As Object,
dataType As MFDataType,
value As MFIdentifier()
) As MFSearchBuilder
public:
MFSearchBuilder^ Property(
Object^ property,
MFDataType dataType,
array<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