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