[BrowsableAttribute(true)]
public int Height { get; }
<BrowsableAttribute(true)>
Public ReadOnly Property Height As Integer
Get
Dim instance As ConsoleRectangle
Dim value As Integer
value = instance.Height
public:
[BrowsableAttribute(true)]
property int Height {
int get ();
}
[<BrowsableAttribute(true)>]
member Height : int with get
No code example is currently available or this language may not be supported.