FieldComputed Class
Specifies a computed field.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.Field
Microsoft.SharePoint.Client.FieldComputed
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.FieldComputed", ServerTypeId := "{379b8994-f0e7-4c74-a1e6-185eb8600c3c}")> _
Public Class FieldComputed _
Inherits Field
'Usage
Dim instance As FieldComputed
[ScriptTypeAttribute("SP.FieldComputed", ServerTypeId = "{379b8994-f0e7-4c74-a1e6-185eb8600c3c}")]
public class FieldComputed : Field
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.