SPFarm.ServiceApplicationProxyGroups property

Gets a collection of service proxies in the server farm.

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

Syntax

'Declaration
Public ReadOnly Property ServiceApplicationProxyGroups As SPServiceApplicationProxyGroupCollection
    Get
'Usage
Dim instance As SPFarm
Dim value As SPServiceApplicationProxyGroupCollection

value = instance.ServiceApplicationProxyGroups
public SPServiceApplicationProxyGroupCollection ServiceApplicationProxyGroups { get; }

Property value

Type: Microsoft.SharePoint.Administration.SPServiceApplicationProxyGroupCollection
Returns a SPServiceApplicationProxyGroupCollection object that represents the collection of service application proxy groups that are associated with a service proxy.

Remarks

The service proxy acts as a barrier between a network and the Internet by presenting a single network address to external sites for the service.

See also

Reference

SPFarm class

SPFarm members

Microsoft.SharePoint.Administration namespace