Skip to content

Commit 6036729

Browse files
authored
Merge pull request #98828 from aahill/temp
[CogSvcs] updating client name
2 parents cdefeab + 3c93b16 commit 6036729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/Bing-Entities-Search/quickstarts/entity-sdk-csharp-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To add the Bing Entity Search SDK to your Visual Studio project, use the **Manag
5151
1. Create a new search client. Add your subscription key by creating a new `ApiKeyServiceClientCredentials`.
5252

5353
```csharp
54-
var client = new EntitySearchAPI(new ApiKeyServiceClientCredentials("YOUR-ACCESS-KEY"));
54+
var client = new EntitySearchClient(new ApiKeyServiceClientCredentials("YOUR-ACCESS-KEY"));
5555
```
5656

5757
1. Use the client's `Entities.Search()` function to search for your query:

0 commit comments

Comments
 (0)