Share via


ManagementServer.MissingHeartbeatThreshold Property

Definition

Number of Missing Heartbeats Allowed.

public:
 property Microsoft::EnterpriseManagement::Administration::SettablePropertyValue<int> ^ MissingHeartbeatThreshold { Microsoft::EnterpriseManagement::Administration::SettablePropertyValue<int> ^ get(); void set(Microsoft::EnterpriseManagement::Administration::SettablePropertyValue<int> ^ value); };
public Microsoft.EnterpriseManagement.Administration.SettablePropertyValue<int> MissingHeartbeatThreshold { get; set; }
member this.MissingHeartbeatThreshold : Microsoft.EnterpriseManagement.Administration.SettablePropertyValue<int> with get, set
Public Property MissingHeartbeatThreshold As SettablePropertyValue(Of Integer)

Property Value

Returns a SettablePropertyValue<T> object.

Remarks

A heartbeat is a periodic pulse from an agent to its management server.

Applies to

See also