Research.FavoriteService Property

Gets or sets a string that specifies the favorite research service.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property FavoriteService As String
    Get
    Set
'Usage
Dim instance As Research
Dim value As String

value = instance.FavoriteService

instance.FavoriteService = value
string FavoriteService { get; set; }

Property Value

Type: System.String
Specifies the favorite research service.

Remarks

The String that is set or returned for this property specifies the GUID of the favorite research service.

Setting this property has the same effect as choosing a favorite research service through the Research Options dialog box in Microsoft Word 2010.

See Also

Reference

Research Interface

Research Members

Microsoft.Office.Interop.Word Namespace