'Declaration
<XmlElementAttribute("TemplatePath")> Public Property FileName As String
'Usage
Dim instance As ReportTemplate Dim value As String instance.FileName = value value = instance.FileName
[XmlElement("TemplatePath")] public string FileName {get; set;}
public read-write property FileName: String;
XmlElementAttribute("TemplatePath") public function get,set FileName : String
[XmlElement("TemplatePath")] public: __property string* get_FileName(); public: __property void set_FileName( string* value );
[XmlElement("TemplatePath")] public: property String^ FileName { String^ get(); void set ( String^ value); }