FieldCalculatedErrorValue class
Represents the value of the calculated field of a list item when the value of the field is a calculation error, such as division by zero or overflow.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientValueObject
Microsoft.SharePoint.Client.FieldCalculatedErrorValue
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Class FieldCalculatedErrorValue _
Inherits ClientValueObject
'Usage
Dim instance As FieldCalculatedErrorValue
public class FieldCalculatedErrorValue : ClientValueObject
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.