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:
virtual property int HostDormancySeconds {
int get () sealed;
private: void set (int value) sealed;
}
abstract HostDormancySeconds : int with get, private set
override HostDormancySeconds : int with get, private set
final function get HostDormancySeconds () : int
private final function set HostDormancySeconds (value : int)
Property Value
Type: System.Int32
Returns Int32.
Implements
ITeamFoundationHostManagementService.HostDormancySeconds
.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.