' For complete examples and data files, please go to https://github.com/groupdocsmetadata/GroupDocs_Metadata_NET
filePath = Common.MapSourceFilePath(filePath)
Dim properties As MetadataPropertyCollection = SearchFacade.ScanDocument(filePath, propertyName, searchCondition)
For Each [property] As MetadataProperty In properties
Console.WriteLine("{0} : {1}", [property].Name, [property].Value)
Next