'Declaration <ReadOnlyAttribute(True)> <DescriptionAttribute("The height of the region.")> Public ReadOnly Property Height As System.Int32
[ReadOnly(True)] [Description("The height of the region.")] public System.Int32 Height { get; }
[ReadOnly(True)] [Description("The height of the region.")] public: __property System.Int32 get_Height();
[ReadOnly(True)] [Description("The height of the region.")] public:
property System.Int32 Height { System.Int32 get(); }