CreateDCInfo.ErrorString Property
Gets or sets the error message that the converter might create.
Namespace: Microsoft.HtmlTrans
Assembly: Microsoft.HtmlTrans.Interface (in Microsoft.HtmlTrans.Interface.dll)
Syntax
'Declaration
Public Property ErrorString As String
Get
Set
'Usage
Dim instance As CreateDCInfo
Dim value As String
value = instance.ErrorString
instance.ErrorString = value
public string ErrorString { get; set; }
Property Value
Type: System.String
A string that specifies the error message.