Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the machine targets associated with this routing pool.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property MachineTargets As IEnumerable(Of SPRoutingMachineInfo)
Get
Set
'Usage
Dim instance As SPRoutingMachinePool
Dim value As IEnumerable(Of SPRoutingMachineInfo)
value = instance.MachineTargets
instance.MachineTargets = value
public IEnumerable<SPRoutingMachineInfo> MachineTargets { get; set; }
Property value
Type: System.Collections.Generic.IEnumerable<SPRoutingMachineInfo>