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