PropertyTest Interface

Definition

Represents a single file search criterion.

public interface class PropertyTest : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C0333-0000-0000-C000-000000000046")]
public interface PropertyTest : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C0333-0000-0000-C000-000000000046")>]
type PropertyTest = interface
    interface _IMsoDispObj
Public Interface PropertyTest
Implements _IMsoDispObj
Attributes
Implements

Remarks

Search criteria are listed in the Advanced Find dialog box (File menu, Open command, Advanced Find button). The PropertyTest object is a member of the PropertyTests collection.

Properties

Application

Returns an Application object that represents the container application for the object.

Condition

Returns the condition of the specified search criteria.

Connector

Returns the connector between two similar property test values.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created.

Name

Returns the name of the specified object.

SecondValue

Returns an optional second value property test (as in a range) for the file search.

Value

Returns the value of a property test for a file search.

Applies to