Click or drag to resize

PFFileLockScope Property

Gets or sets the lock scope. 0 = Shared: Shared lock. 1 = Exclusive: Exclusive lock.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public int LockScope { get; set; }

Property Value

Type: Int32
See Also