TeamFoundationHostManagementService.HostDormancySeconds Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property HostDormancySeconds As Integer
public int HostDormancySeconds { get; private set; }
public:
property int HostDormancySeconds {
    int get ();
    private: void set (int value);
}
member HostDormancySeconds : int with get, private set
function get HostDormancySeconds () : int 
private function set HostDormancySeconds (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

TeamFoundationHostManagementService Class

Microsoft.TeamFoundation.Framework.Server Namespace