OutputAnnotationFiles Property
Summary
Output annotation files generated by this conversion job.
Syntax
public IList<string> OutputAnnotationFiles { get; }
Public ReadOnly Property OutputAnnotationFiles() As System.Collections.Generic.IList(Of String)
Get
public:
property System::Collections::Generic::IList<String^>^ OutputAnnotationFiles
{
System::Collections::Generic::IList<String^>^ get()
}
public List<String> getOutputAnnotationFiles()
Property Value
A list that contains the full paths of all output annotation files generated by this conversion job (if any).