Share via


ManagementServer.MissingHeartbeatThreshold Field

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The number of missing heartbeats allowed by the Management Server.

Namespace: Microsoft.EnterpriseManagement.Administration.Settings
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Usage

'Usage
Dim value As Setting(Of Integer)

value = ManagementServer.MissingHeartbeatThreshold

Syntax

'Declaration
Public Shared ReadOnly MissingHeartbeatThreshold As Setting(Of Integer)
public static readonly Setting<int> MissingHeartbeatThreshold
public:
static initonly Setting<int>^ MissingHeartbeatThreshold
public static final Setting<int> MissingHeartbeatThreshold
public static final var MissingHeartbeatThreshold : Setting<int>

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

ManagementServer Structure
ManagementServer Members
Microsoft.EnterpriseManagement.Administration.Settings Namespace