Click or drag to resize
ApplicationMetadata Constructor
Initializes a new instance of the ApplicationMetadata class.

Namespace:  Microsoft.Bing.Speech
Assembly:  Microsoft.Bing.Speech (in Microsoft.Bing.Speech.dll) Version: 2.0.1.0 (2.0.1)
Syntax
public ApplicationMetadata(
	string name,
	string version
)

Parameters

name
Type: SystemString
The name of the end-user application.
version
Type: SystemString
The version of the end-user application.
See Also