Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the GUID that represents the SearchServiceApplication class ID.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ApplicationClassId As Guid
Get
'Usage
Dim instance As SearchServiceApplication
Dim value As Guid
value = instance.ApplicationClassId
public override Guid ApplicationClassId { get; }
Property Value
Type: System.Guid
A GUID that represents the SearchServiceApplication class ID.
See Also
Reference
SearchServiceApplication Class