SetParentSystemUserRequest.KeepChildUsers Property
Applies To: Dynamics CRM 2015
Gets or sets whether the child users are to be retained. Required.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public bool KeepChildUsers { get; set; }
public:
property bool KeepChildUsers {
bool get();
void set(bool value);
}
member KeepChildUsers : bool with get, set
Public Property KeepChildUsers As Boolean
Property Value
Type: System.Boolean
Type: Boolean
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.
See Also
SetParentSystemUserRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright