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