Gets a MsoCondition that represents the condition of the specified search criteria. Read-only.

Some of the content in this topic may not be applicable to some languages.

Syntax

expression.Condition

expression A variable that represents a PropertyTest object.

Example
This example returns the condition value for search criteria for the first property test.

Visual Basic for Applications
With Application.FileSearch.PropertyTests(1) MsgBox "The condition you've set is: " & .Condition End With

See also: