MFSearchBuilderProperty Method (MFIdentifier, TypedValue) |
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,
TypedValue value
)
Public Function Property (
property As MFIdentifier,
value As TypedValue
) As MFSearchBuilder
public:
MFSearchBuilder^ Property(
MFIdentifier^ property,
TypedValue^ value
)
Parameters
- property
- Type: MFiles.VAF.ConfigurationMFIdentifier
The propertyDef to of the condition. - value
- Type: TypedValue
The value to search for.
Return Value
Type:
MFSearchBuilderThe MFSearchBuilder object, for chaining.
See Also