Share via


InputCsvFile.ErrorMessage property

This member is reserved for internal use and is not intended to be used directly from your code. Gets an error message related to the .csv file.

Namespace:  Microsoft.SharePoint.Taxonomy.OM.CodeBehind
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)

Syntax

'Declaration
Protected ReadOnly Property ErrorMessage As String
    Get
'Usage
Dim value As String

value = Me.ErrorMessage
protected string ErrorMessage { get; }

Property value

Type: System.String
Returns String.

See also

Reference

InputCsvFile class

InputCsvFile members

Microsoft.SharePoint.Taxonomy.OM.CodeBehind namespace