TeamFoundationServiceHostInstance.HostProperties Property

The host properties referred to by the HostId.

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

Syntax

'Declaration
Public Property HostProperties As TeamFoundationServiceHostProperties
public TeamFoundationServiceHostProperties HostProperties { get; set; }
public:
property TeamFoundationServiceHostProperties^ HostProperties {
    TeamFoundationServiceHostProperties^ get ();
    void set (TeamFoundationServiceHostProperties^ value);
}
member HostProperties : TeamFoundationServiceHostProperties with get, set
function get HostProperties () : TeamFoundationServiceHostProperties 
function set HostProperties (value : TeamFoundationServiceHostProperties)

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationServiceHostProperties
Returns TeamFoundationServiceHostProperties.

.NET Framework Security

See Also

Reference

TeamFoundationServiceHostInstance Class

Microsoft.TeamFoundation.Framework.Server Namespace