int PinCount { get; set; }
Property PinCount As Integer Get Set
property int PinCount { int get (); void set (int value); }
abstract PinCount : int with get, set
In This Article