'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DefaultValueAttribute(5)> Public Property GridCellSize As System.Integer
'Usage
Dim instance As NHtmlImageMapResponse Dim value As System.Integer instance.GridCellSize = value value = instance.GridCellSize
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue(5)] public System.int GridCellSize {get; set;}