TeamFoundationExecutionState.HostProperties Property

A collection of all hosts queried including their global state and other properties.

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

Syntax

'Declaration
Public ReadOnly Property HostProperties As IEnumerable(Of TeamFoundationServiceHostProperties)
public IEnumerable<TeamFoundationServiceHostProperties> HostProperties { get; }
public:
property IEnumerable<TeamFoundationServiceHostProperties^>^ HostProperties {
    IEnumerable<TeamFoundationServiceHostProperties^>^ get ();
}
member HostProperties : IEnumerable<TeamFoundationServiceHostProperties> with get
function get HostProperties () : IEnumerable<TeamFoundationServiceHostProperties>

Property Value

Type: System.Collections.Generic.IEnumerable<TeamFoundationServiceHostProperties>
Returns IEnumerable<T>.

.NET Framework Security

See Also

Reference

TeamFoundationExecutionState Class

Microsoft.TeamFoundation.Framework.Server Namespace