Click or drag to resize
RequestMetadataServiceName Property
Gets the name that uniquely identifies the caller service.

Namespace:  Microsoft.Bing.Speech
Assembly:  Microsoft.Bing.Speech (in Microsoft.Bing.Speech.dll) Version: 2.0.1.0 (2.0.1)
Syntax
public string ServiceName { get; }

Property Value

Type: String
Remarks
If the API is used directly by an end-user application, the ServiceName is the same as the Name under ApplicationMetadata. In cases where the API is used via a proxy service, the ServiceName is the name of the proxy service.
See Also