CreateDCInfo.MainFileName Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets or sets the name of the main file.

Namespace:  Microsoft.HtmlTrans
Assembly:  Microsoft.HtmlTrans.Interface (in Microsoft.HtmlTrans.Interface.dll)

Syntax

Public Property MainFileName As String
    Get
    Set

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.

See Also

Reference

CreateDCInfo Class

CreateDCInfo Members

Microsoft.HtmlTrans Namespace