ProtectedBrowserStorageResult<TValue> Struct

Definition

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.

Applies to