'Declaration<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.CategoryAttribute("Data Type")> Public Property Length As System.Integer
'UsageDim 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;}