Share via


SPServiceApplicationProxyGroup.Remove method

Removes a service application proxy from the group.

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

Syntax

'Declaration
Public Sub Remove ( _
    serviceApplicationProxyId As Guid _
)
'Usage
Dim instance As SPServiceApplicationProxyGroup
Dim serviceApplicationProxyId As Guid

instance.Remove(serviceApplicationProxyId)
public void Remove(
    Guid serviceApplicationProxyId
)

Parameters

  • serviceApplicationProxyId
    Type: System.Guid

    The identifier (ID) of the service application proxy to remove from the group.

See also

Reference

SPServiceApplicationProxyGroup class

SPServiceApplicationProxyGroup members

Microsoft.SharePoint.Administration namespace