TextConverter.ErrorText Property
Namespace: Microsoft.Office.Project.Conversion
Assembly: Microsoft.Office.Project.Shared (in Microsoft.Office.Project.Shared.dll)
Syntax
'Declaration
Public Property ErrorText As String
Get
Set
'Usage
Dim instance As TextConverter
Dim value As String
value = instance.ErrorText
instance.ErrorText = value
public string ErrorText { get; set; }
Property Value
Type: System.String