ProtectedBrowserStorageResult<TValue> Struct
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.
Contains the result of a protected browser storage operation.
generic <typename TValue>
public value class ProtectedBrowserStorageResult
public readonly struct ProtectedBrowserStorageResult<TValue>
type ProtectedBrowserStorageResult<'Value> = struct
Public Structure ProtectedBrowserStorageResult(Of TValue)
Type Parameters
- TValue
- Inheritance
-
ProtectedBrowserStorageResult<TValue>
Properties
Success |
Gets whether the operation succeeded. |
Value |
Gets the result value of the operation. |