FileConverter.ClassName Property
Returns a unique name that identifies the file converter. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property ClassName As String
Get
'Usage
Dim instance As FileConverter
Dim value As String
value = instance.ClassName
string ClassName { get; }
Property Value
Type: System.String