Share via


Research.IsResearchService Method

Indicates whether the GUID specified in the ServiceID parameter corresponds to a currently configured service.

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

Syntax

'Declaration
Function IsResearchService ( _
    ServiceID As String _
) As Boolean
'Usage
Dim instance As Research
Dim ServiceID As String
Dim returnValue As Boolean

returnValue = instance.IsResearchService(ServiceID)
bool IsResearchService(
    string ServiceID
)

Parameters

  • ServiceID
    Type: System.String
    Specifies a GUID that identifies the research service.

Return Value

Type: System.Boolean
Boolean

See Also

Reference

Research Interface

Research Members

Microsoft.Office.Interop.Word Namespace