'Declaration Public Property MappedName As System.String
'Usage Dim instance As FTPFileInfo Dim value As System.String instance.MappedName = value value = instance.MappedName
public System.string MappedName {get; set;}
public read-write property MappedName: System.String;
public function get,set MappedName : System.String