Research.IsResearchService(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the GUID specified in the ServiceID
parameter corresponds to a currently configured service.
public:
bool IsResearchService(System::String ^ ServiceID);
public bool IsResearchService (string ServiceID);
abstract member IsResearchService : string -> bool
Public Function IsResearchService (ServiceID As String) As Boolean
Parameters
- ServiceID
- String
Specifies a GUID that identifies the research service.
Returns
Boolean