Share via


InfrastructureRoot.Machines Property

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public ReadOnly Property Machines As ICollection(Of Machine)
public ICollection<Machine> Machines { get; }
public:
property ICollection<Machine^>^ Machines {
    ICollection<Machine^>^ get ();
}
member Machines : ICollection<Machine> with get
function get Machines () : ICollection<Machine>

Property Value

Type: System.Collections.Generic.ICollection<Machine>

.NET Framework Security

See Also

Reference

InfrastructureRoot Class

Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects Namespace