Skip to main content

CategoryDto.OptimisticLock Property

Identifies the category version used for optimistic locking.

Namespace: DevExpress.ReportServer.ServiceModel.DataContracts

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

NuGet Package: DevExpress.Printing.Core

Declaration

public int? OptimisticLock { get; set; }

Property Value

Type Description
Nullable<Int32>

A nullable integer value that specifies the category version.

Remarks

The OptimisticLock property is used as a category’s version number in the optimistic locking mechanism. This value is increased automatically each time a modification is made to a category.

See Also