ChangeField Class

A change on a Field.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.Change
      Microsoft.SharePoint.Client.ChangeField

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.ChangeField", ServerTypeId := "{8d687151-6601-4ad0-9e94-91448e3e2749}")> _
Public Class ChangeField _
    Inherits Change
'Usage
Dim instance As ChangeField
[ScriptTypeAttribute("SP.ChangeField", ServerTypeId = "{8d687151-6601-4ad0-9e94-91448e3e2749}")]
public class ChangeField : Change

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.

See Also

Reference

ChangeField Members

Microsoft.SharePoint.Client Namespace