_Presentation.Research Property
Returns a Research object that provides access to the research service feature of Microsoft PowerPoint. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property Research As Research
Get
'Usage
Dim instance As _Presentation
Dim value As Research
value = instance.Research
Research Research { get; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.Research