Share via


SPRoutingMachinePool.MachineTargets property

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>

See also

Reference

SPRoutingMachinePool class

SPRoutingMachinePool members

Microsoft.SharePoint.Administration namespace