'Declaration
<LxElementValueAttribute(7, "itu_type", "", LxValueType.Value, XsdType.XsdString, MinOccurs=0, MaxOccurs=1)> Public Property Itu_Type As String
'Usage
Dim instance As Cesar_DownloadElm.TransportElm Dim value As String instance.Itu_Type = value value = instance.Itu_Type
[LxElementValue(7, "itu_type", "", LxValueType.Value, XsdType.XsdString, MinOccurs=0, MaxOccurs=1)] public string Itu_Type {get; set;}