Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("SP.FieldCalculatedErrorValue", ValueObject := True, _
ServerTypeId := "{3387286b-36e3-4199-bdca-f20048ce8328}")> _
Public NotInheritable Class FieldCalculatedErrorValue _
Inherits ClientValueObject
'Usage
Dim instance As FieldCalculatedErrorValue
[ScriptTypeAttribute("SP.FieldCalculatedErrorValue", ValueObject = true,
ServerTypeId = "{3387286b-36e3-4199-bdca-f20048ce8328}")]
public sealed 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.