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

'Declaração
<GuidAttribute("97803FE9-D1EE-4634-9A35-8A25D2728907")> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Class SPRoutingMachinePoolCollection _
    Inherits SPPersistedChildCollection(Of SPRoutingMachinePool)
'Uso
Dim instance As SPRoutingMachinePoolCollection
[GuidAttribute("97803FE9-D1EE-4634-9A35-8A25D2728907")]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, 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.

Ver também

Referência

SPRoutingMachinePoolCollection members

Microsoft.SharePoint.Administration namespace