CreateDCInfo.rgSupportingFileNames Property
Reserved for internal use. Gets or sets an array that contains the names of additional files that the converter might have produced.
Namespace: Microsoft.HtmlTrans
Assembly: Microsoft.HtmlTrans.Interface (in Microsoft.HtmlTrans.Interface.dll)
Syntax
'Declaration
Public Property rgSupportingFileNames As String()
Get
Set
'Usage
Dim instance As CreateDCInfo
Dim value As String()
value = instance.rgSupportingFileNames
instance.rgSupportingFileNames = value
public string[] rgSupportingFileNames { get; set; }
Property Value
Type: []
A string array that contains the names of additional files.