'Declaration
<XmlAttributeAttribute("Id")> Public Property Id As String
'Usage
Dim instance As LicenseManager.GCDTLicense Dim value As String instance.Id = value value = instance.Id
[XmlAttribute("Id")] public string Id {get; set;}
'Declaration
<XmlAttributeAttribute("Id")> Public Property Id As String
'Usage
Dim instance As LicenseManager.GCDTLicense Dim value As String instance.Id = value value = instance.Id
[XmlAttribute("Id")] public string Id {get; set;}