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
- 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.