TranslationServiceApplication.Database property
Gets a queue in a database.
Namespace: Microsoft.Office.TranslationServices
Assembly: Microsoft.Office.TranslationServices (in Microsoft.Office.TranslationServices.dll)
Syntax
'Declaration
Public Overrides Property Database As QueueDatabase
Get
Friend Set
'Usage
Dim instance As TranslationServiceApplication
Dim value As QueueDatabase
value = instance.Database
public override QueueDatabase Database { get; internal set; }
Property value
Type: Microsoft.Office.TranslationServices.QueueDatabase
See also
Reference
TranslationServiceApplication class