ServerProperty.RequiresRestart 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 or sets an indication if changes in the value of the property represented by the ServerProperty object requires restart.
public bool RequiresRestart { get; set; }
member this.RequiresRestart : bool with get, set
Public Property RequiresRestart As Boolean
Property Value
true if restart is required; otherwise, false.