public int ParentId { get; set; }
Public Property ParentId As Integer
public: property int ParentId { int get (); void set (int value); }