CID of acr assigned to component.

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

Syntax

C#
public int Acr { get; set; }
Visual Basic
Public Property Acr As Integer
	Get
	Set
Visual C++
public:
property int Acr {
	int get ();
	void set (int value);
}
F#
member Acr : int with get, set

Property Value

Type: Int32

See Also