Share via


ServiceCollection.Add Method

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 ( _
    service As Service _
) As Service
'Usage
Dim instance As ServiceCollection
Dim service As Service
Dim returnValue As Service

returnValue = instance.Add(service)
[ObsoleteAttribute]
public Service Add(
    Service service
)

Parameters

Return Value

Type: Microsoft.SharePoint.Portal.Topology.Service

See Also

Reference

ServiceCollection Class

ServiceCollection Members

Microsoft.SharePoint.Portal.Topology Namespace