Share via


ServerCollection.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 ( _
    server As Server _
) As Server
'Usage
Dim instance As ServerCollection
Dim server As Server
Dim returnValue As Server

returnValue = instance.Add(server)
[ObsoleteAttribute]
public Server Add(
    Server server
)

Parameters

Return Value

Type: Microsoft.SharePoint.Portal.Topology.Server

See Also

Reference

ServerCollection Class

ServerCollection Members

Microsoft.SharePoint.Portal.Topology Namespace