'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> Public Property LayoutType As System.String
'Usage
Dim instance As NExampleEntity Dim value As System.String instance.LayoutType = value value = instance.LayoutType
[System.Xml.Serialization.XmlAttribute()] public System.string LayoutType {get; set;}