SPRoutingMachinePoolCollection class
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Administration.SPPersistedObjectCollection<SPRoutingMachinePool>
Microsoft.SharePoint.Administration.SPPersistedChildCollection<SPRoutingMachinePool>
Microsoft.SharePoint.Administration.SPRoutingMachinePoolCollection
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<GuidAttribute("97803FE9-D1EE-4634-9A35-8A25D2728907")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class SPRoutingMachinePoolCollection _
Inherits SPPersistedChildCollection(Of SPRoutingMachinePool)
'Usage
Dim instance As SPRoutingMachinePoolCollection
[GuidAttribute("97803FE9-D1EE-4634-9A35-8A25D2728907")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class SPRoutingMachinePoolCollection : SPPersistedChildCollection<SPRoutingMachinePool>
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.