ConversionJob.Name Property
Specifies a user-defined friendly name for this conversion job.
Namespace: Microsoft.Office.Word.Server.Conversions
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Syntax
'Declaration
Public Property Name As String
Get
Set
'Usage
Dim instance As ConversionJob
Dim value As String
value = instance.Name
instance.Name = value
public string Name { get; set; }
Property Value
Type: System.String
Returns String.
Remarks
The specified name does not need to be unique across all conversion jobs.