Research.IsResearchService Method
Indicates whether the GUID specified in the ServiceID parameter corresponds to a currently configured service.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.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.StringRequired String an object that specifies the GUID that identifies the research service.
Return Value
Type: System.Boolean