Share via


TeamFoundationServiceHostInstance.HostProperties Property

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

.NET Framework Security

See Also

Reference

TeamFoundationServiceHostInstance Class

Microsoft.TeamFoundation.Framework.Server Namespace