Share via


LockLevel Class

Definition

Lock level states.

public static class LockLevel
type LockLevel = class
Public Class LockLevel
Inheritance
LockLevel

Fields

CanNotDelete

The lock blocks delete.

NotSpecified

The lock level is not specified.

ReadOnly

The lock blocks all updates and delete.

Applies to