Service.IsHadrEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether the High Availability/Disaster Recovery is enabled.
public:
property bool IsHadrEnabled { bool get(); };
public bool IsHadrEnabled { get; }
member this.IsHadrEnabled : bool
Public ReadOnly Property IsHadrEnabled As Boolean
Property Value
True
if the HA/DR id enabled; otherwise, false
.