ServerCollection.Remove 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 Sub Remove ( _
serverId As Guid _
)
'Usage
Dim instance As ServerCollection
Dim serverId As Guid
instance.Remove(serverId)
[ObsoleteAttribute]
public void Remove(
Guid serverId
)
Parameters
- serverId
Type: System.Guid