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