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