True if custom lock is set or false if custom lock is not set. Use CustomLockState to get information if an existing custom lock is locked or unlocked.

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

Syntax

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

Property Value

Type: Boolean

See Also