public string FileName { get; set; }
Public Property FileName As String Get Set
public: property String^ FileName { String^ get (); void set (String^ value); }
function get_FileName(); function set_FileName(value);
In This Article