public int LinkCount { get; set; }
Public Property LinkCount As Integer Get Set
public: property int LinkCount { int get (); void set (int value); }
member LinkCount : int with get, set
In This Article