Keys allowing read access for read locked files. This property is null if no read keys are set.

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

Syntax

C#
public int[] ReadKeys { get; }
Visual Basic
Public ReadOnly Property ReadKeys As Integer()
	Get
Visual C++
public:
property array<int>^ ReadKeys {
	array<int>^ get ();
}
F#
member ReadKeys : int[] with get

Property Value

Type: array<Int32>[]()[][]

See Also