Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Any string value on this class that is not null or empty represents a service host property that has changed.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property ServiceHostProperties As HostProperties
public HostProperties ServiceHostProperties { get; set; }
public:
property HostProperties^ ServiceHostProperties {
HostProperties^ get ();
void set (HostProperties^ value);
}
member ServiceHostProperties : HostProperties with get, set
function get ServiceHostProperties () : HostProperties
function set ServiceHostProperties (value : HostProperties)
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.HostProperties
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.