Partager via


PropertyTest.SecondValue Property

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

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

Syntax

'Declaration
ReadOnly Property SecondValue As Object
    Get
'Usage
Dim instance As PropertyTest
Dim value As Object

value = instance.SecondValue
Object SecondValue { get; }

Property Value

Type: System.Object

Remarks

This property is intended to be used to specify a range, and it can only be used with the MsoCondition constants msoConditionAnyTimeBetween and msoConditionAnyNumberBetween.

See Also

Reference

PropertyTest Interface

PropertyTest Members

Microsoft.Office.Core Namespace