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