Exemplo n.º 1
0
        public async Task SearchImagePropertiesTest()
        {
            SoapServiceClient service = new SoapServiceClient();
            List <IDBrowserServiceCode.ImagePropertyRecursive> result = service.SearchImagePropertiesSoap("David Masshardt");

            if (result.Count == 0)
            {
                throw new Exception("No items found with SearchImagePropertiesSoap");
            }
        }