NGroupRollingUpdateProfile.InPlaceUpdate 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.
Default is false. If set to true, the CGs will be updated in-place instead of creating new CG and deleting old ones.
public bool? InPlaceUpdate { get; set; }
member this.InPlaceUpdate : Nullable<bool> with get, set
Public Property InPlaceUpdate As Nullable(Of Boolean)