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