CID of component. If not known, try to read from card by use of BasicCardComponentManager.

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

Syntax

C#
public int Cid { get; }
Visual Basic
Public ReadOnly Property Cid As Integer
	Get
Visual C++
public:
property int Cid {
	int get ();
}
F#
member Cid : int with get

Property Value

Type: Int32

Exceptions

See Also