SPServiceProxyCollection class
Represents a collection of SPServiceProxy objects.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Administration.SPPersistedObjectCollection<SPServiceProxy>
Microsoft.SharePoint.Administration.SPPersistedChildCollection<SPServiceProxy>
Microsoft.SharePoint.Administration.SPServiceProxyCollection
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPServiceProxyCollection _
Inherits SPPersistedChildCollection(Of SPServiceProxy)
'Usage
Dim instance As SPServiceProxyCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPServiceProxyCollection : SPPersistedChildCollection<SPServiceProxy>
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.