'Declaration
<LxAttributeAttribute("type", "", LxValueType.Value, XsdType.XsdString)> Public Property Type As String
'Usage
Dim instance As Cesar_DownloadElm Dim value As String instance.Type = value value = instance.Type
[LxAttribute("type", "", LxValueType.Value, XsdType.XsdString)] public string Type {get; set;}