CreateDCInfo.MainFileName Property
Reserved for internal use. Gets or sets the name of the main file.
Namespace: Microsoft.HtmlTrans
Assembly: Microsoft.HtmlTrans.Interface (in Microsoft.HtmlTrans.Interface.dll)
Syntax
'Declaration
Public Property MainFileName As String
Get
Set
'Usage
Dim instance As CreateDCInfo
Dim value As String
value = instance.MainFileName
instance.MainFileName = value
public string MainFileName { get; set; }
Property Value
Type: System.String
A string that contains the name of the main file. Use the rgbMainFile property to access the content of a file.