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