TranslationServiceApplicationProxy.ServiceApp property
Gets the service application associated with the service application proxy.
Namespace: Microsoft.Office.TranslationServices
Assembly: Microsoft.Office.TranslationServices (in Microsoft.Office.TranslationServices.dll)
Syntax
'Declaration
Protected Overrides ReadOnly Property ServiceApp As ConversionServiceApplication
Get
'Usage
Dim value As ConversionServiceApplication
value = Me.ServiceApp
protected override ConversionServiceApplication ServiceApp { get; }
Property value
Type: Microsoft.Office.ConversionServices.Service.ConversionServiceApplication
See also
Reference
TranslationServiceApplicationProxy class