SPDocumentConverter.App property
Gets the application name of the document converter.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property App As String
Get
'Usage
Dim instance As SPDocumentConverter
Dim value As String
value = instance.App
public string App { get; }
Property value
Type: System.String
A string that contains the name of the converter.