OfficeStateProviderBase.LocalLockerId Property
In This Article
Returns an identifier of a local lock.
Namespace: DevExpress.Web.Office
Assembly: DevExpress.AspNetCore.Core.v24.2.dll
NuGet Package: DevExpress.AspNetCore.Core
#Declaration
C#
public virtual string LocalLockerId { get; }
#Property Value
Type | Description |
---|---|
String | The local lock identifier. |
See Also