If a custom lock for a file is set (IsCustomLocked). This state shows if file is locked (access prohibited) or unlocked (access allowed). This property is true if locked or false if unlocked.

Namespace: BasicCard.BasicCards.FileSys
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public bool CustomLockState { get; }
Visual Basic
Public ReadOnly Property CustomLockState As Boolean
	Get
Visual C++
public:
property bool CustomLockState {
	bool get ();
}
F#
member CustomLockState : bool with get

Property Value

Type: Boolean

See Also