CreateDCInfo.ce Property
Gets or sets the return code that the conversion framework will return.
Namespace: Microsoft.HtmlTrans
Assembly: Microsoft.HtmlTrans.Interface (in Microsoft.HtmlTrans.Interface.dll)
Syntax
'Declaration
Public Property ce As CreationErrorType
Get
Set
'Usage
Dim instance As CreateDCInfo
Dim value As CreationErrorType
value = instance.ce
instance.ce = value
public CreationErrorType ce { get; set; }
Property Value
Type: Microsoft.HtmlTrans.CreationErrorType
A CreationErrorType value that specifies the error type.