Share via


IndexServiceCollection.Item Property (Guid)

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 ReadOnly Default Property Item ( _
    serviceId As Guid _
) As IndexService
    Get
'Usage
Dim instance As IndexServiceCollection
Dim serviceId As Guid
Dim value As IndexService

value = instance(serviceId)
[ObsoleteAttribute]
public IndexService this[
    Guid serviceId
] { get; }

Parameters

Property Value

Type: Microsoft.SharePoint.Portal.Topology.IndexService

See Also

Reference

IndexServiceCollection Class

IndexServiceCollection Members

Item Overload

Microsoft.SharePoint.Portal.Topology Namespace