FieldCalculatedErrorValue.ErrorMessage property
Gets the error message of a calculated field.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property ErrorMessage As String
Get
'Usage
Dim instance As FieldCalculatedErrorValue
Dim value As String
value = instance.ErrorMessage
public string ErrorMessage { get; }
Property value
Type: System.String
The error message of a calculated field.
See also
Reference
FieldCalculatedErrorValue class