'Declaration
<XmlAttributeAttribute("MaxRowsCount")> <DefaultValueAttribute()> Public MaxRowsCount As Integer
'Usage
Dim instance As CheckboxListQuestion Dim value As Integer value = instance.MaxRowsCount instance.MaxRowsCount = value
[XmlAttribute("MaxRowsCount")] [DefaultValue()] public int MaxRowsCount
public field MaxRowsCount: Integer;
XmlAttributeAttribute("MaxRowsCount") DefaultValueAttribute() public var MaxRowsCount : int;
[XmlAttribute("MaxRowsCount")] [DefaultValue()] public: int MaxRowsCount
[XmlAttribute("MaxRowsCount")] [DefaultValue()] public: int MaxRowsCount