MFSearchBuilderPropertyNotMissing Method (Object) |
Adds a property based search condition to check if the property value is not missing.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic MFSearchBuilder PropertyNotMissing(
Object property
)
Public Function PropertyNotMissing (
property As Object
) As MFSearchBuilder
public:
MFSearchBuilder^ PropertyNotMissing(
Object^ property
)
Parameters
- property
- Type: SystemObject
The propertyDef to of the condition.
Return Value
Type:
MFSearchBuilderThe MFSearchBuilder object, for chaining.
See Also