Property All
- Namespace
- DotNetBrowser.UserData
- Assembly
- DotNetBrowser.dll
All
Gets all user data records.
IReadOnlyList<UserDataProfile> All { get; }
Property Value
- IReadOnlyList<UserDataProfile>
All user data records.
Remarks
The user data records are saved to the store via SaveUserDataProfileHandler.
Exceptions
- ObjectDisposedException
The IUserDataProfileStore has already been disposed.