IndexServiceCollection.Add Method (IndexService)
NOTE: This API is now obsolete.
Obsolete.
Namespace: Microsoft.SharePoint.Portal.Topology
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute> _
Public Function Add ( _
indexService As IndexService _
) As IndexService
'Usage
Dim instance As IndexServiceCollection
Dim indexService As IndexService
Dim returnValue As IndexService
returnValue = instance.Add(indexService)
[ObsoleteAttribute]
public IndexService Add(
IndexService indexService
)
Parameters
- indexService
Type: Microsoft.SharePoint.Portal.Topology.IndexService
Return Value
Type: Microsoft.SharePoint.Portal.Topology.IndexService