SPFarm.ServiceApplicationProxyGroups Property

Gets a collection of service proxies in the server farm.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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