Share via


ConversionServiceApplication.Database property

Gets an instance of a QueueDatabase object.

Namespace:  Microsoft.Office.ConversionServices.Service
Assembly:  Microsoft.Office.TranslationServices (in Microsoft.Office.TranslationServices.dll)

Syntax

'Declaration
Public MustOverride Property Database As QueueDatabase
    Get
    Friend Set
'Usage
Dim instance As ConversionServiceApplication
Dim value As QueueDatabase

value = instance.Database
public abstract QueueDatabase Database { get; internal set; }

Property value

Type: Microsoft.Office.TranslationServices.QueueDatabase

See also

Reference

ConversionServiceApplication class

ConversionServiceApplication members

Microsoft.Office.ConversionServices.Service namespace