Skip to main content

OfficeStateProviderBase.Storage Property

Specifies a remote storage for session states.

Namespace: DevExpress.Web.Office

Assembly: DevExpress.AspNetCore.Core.v23.2.dll

NuGet Package: DevExpress.AspNetCore.Core

Declaration

public IOfficeStateStorageRemote Storage { get; }

Property Value

Type Description
IOfficeStateStorageRemote

An object that is the session-state storage.

See Also