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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects Namespace