'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.CategoryAttribute("Data Type")> Public Property Length As System.Integer
'Usage
Dim instance As Param Dim value As System.Integer instance.Length = value value = instance.Length
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Category("Data Type")] public System.int Length {get; set;}