SPWebServiceInstanceCollection constructor

Initializes a new instance of the SPWebServiceInstanceCollection class based on the specified server.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub New ( _
    server As SPServer _
)
'Usage
Dim server As SPServer

Dim instance As New SPWebServiceInstanceCollection(server)
public SPWebServiceInstanceCollection(
    SPServer server
)

Parameters

See also

Reference

SPWebServiceInstanceCollection class

SPWebServiceInstanceCollection members

Microsoft.SharePoint.Administration namespace