Share via


PropertyTest Interface 

Represents a single file search criterion.

Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)

Usage

Public Class ropertyTestImplementation
    Implements PropertyTest
End Class
Dim ropertyTestImplementation1 As New ropertyTestImplementation()

Syntax

Public Interface PropertyTest
    Inherits _IMsoDispObj
public interface PropertyTest : _IMsoDispObj
public interface class PropertyTest : public _IMsoDispObj
public interface PropertyTest implements _IMsoDispObj
public interface PropertyTest implements _IMsoDispObj

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Core Namespace

Other Resources

PropertyTest Members