SetParentSystemUserRequest.KeepChildUsers 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 whether the child users are to be retained. Required.
public:
property bool KeepChildUsers { bool get(); void set(bool value); };
public bool KeepChildUsers { get; set; }
member this.KeepChildUsers : bool with get, set
Public Property KeepChildUsers As Boolean
Property Value
Indicates whether the child users are to be retained.
Use true
to retain the child users reporting to the original user,
otherwise, use false
(default) to update the child users to report to the original manager of the user.