Click or drag to resize

MetaInfoLock Property

Gets the lock state.

Namespace:  Koopman.CheckPoint.Common
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "lock")]
public LockStates Lock { get; }
Request Example View Source

Property Value

Type: LockStates
The lock state.
See Also