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