SPChangeField Class
Represents a change to a site column.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.SPChange
Microsoft.SharePoint.SPChangeField
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<SubsetCallableTypeAttribute> _
<ClientCallableTypeAttribute(Name := "ChangeField", ServerTypeId := "{8d687151-6601-4ad0-9e94-91448e3e2749}")> _
Public NotInheritable Class SPChangeField _
Inherits SPChange
'Usage
Dim instance As SPChangeField
[SubsetCallableTypeAttribute]
[ClientCallableTypeAttribute(Name = "ChangeField", ServerTypeId = "{8d687151-6601-4ad0-9e94-91448e3e2749}")]
public sealed class SPChangeField : SPChange
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.