Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds the server with the specified address to the local farm.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub New ( _
address As String _
)
'Usage
Dim address As String
Dim instance As New SPServer(address)
public SPServer(
string address
)
Parameters
address
Type: System.StringA string that contains the address of the server.
Remarks
Any addressing scheme is valid that can be resolved on the local network.