MFSearchBuilderPropertyNotMissing(MFIdentifier) Method

Adds a property based search condition to check if the property value is not missing.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public MFSearchBuilder PropertyNotMissing(
	MFIdentifier property
)

Parameters

property  MFIdentifier
The propertyDef to of the condition.

Return Value

MFSearchBuilder
The MFSearchBuilder object, for chaining.

See Also