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 TeamFoundationServiceHostProperties
public TeamFoundationServiceHostProperties ServiceHostProperties { get; set; }
public:
property TeamFoundationServiceHostProperties^ ServiceHostProperties {
TeamFoundationServiceHostProperties^ get ();
void set (TeamFoundationServiceHostProperties^ value);
}
member ServiceHostProperties : TeamFoundationServiceHostProperties with get, set
function get ServiceHostProperties () : TeamFoundationServiceHostProperties
function set ServiceHostProperties (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.