Share via


DocConvLauncher.LSI property

NOTE: This API is now obsolete.

Represents the launcher service instance of the current DocConvLauncher object.

Namespace:  Microsoft.Office.DocumentManagement.AdminPages
Assembly:  Microsoft.Office.DocumentManagement.AdminPages (in Microsoft.Office.DocumentManagement.AdminPages.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete - use the specialized Office services instead for conversions",  _
    False)> _
Protected ReadOnly Property LSI As LauncherServiceInstance
    Get
'Usage
Dim value As LauncherServiceInstance

value = Me.LSI
[ObsoleteAttribute("This class is obsolete - use the specialized Office services instead for conversions", 
    false)]
protected LauncherServiceInstance LSI { get; }

Property value

Type: LauncherServiceInstance
Returns LauncherServiceInstance.

See also

Reference

DocConvLauncher class

DocConvLauncher members

Microsoft.Office.DocumentManagement.AdminPages namespace