Share via


HostPropertiesChangedEventArgs.ServiceHostProperties Property

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

See Also

Reference

HostPropertiesChangedEventArgs Class

Microsoft.TeamFoundation.Framework.Server Namespace