IFind.PatternMatch Property
This member is for Macintosh only and should not be used.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property PatternMatch As Boolean
Get
Set
'Usage
Dim instance As IFind
Dim value As Boolean
value = instance.PatternMatch
instance.PatternMatch = value
bool PatternMatch { get; set; }
Property Value
Type: System.Boolean