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