Click or drag to resize

UpdateUserDataProfileParametersUserDataProfile Property

Gets the new user data profile that is about to replace the original profile.

Namespace:  DotNetBrowser.UserData.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public UserDataProfile UserDataProfile { get; }

Property Value

Type: UserDataProfile
The new user data profile.
See Also