SPField.PushChangesToLists Property
Gets or sets a Boolean value that specifies whether to propagate changes that are made in the field template to lists that implement the field.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property PushChangesToLists As Boolean
Get
Set
'Usage
Dim instance As SPField
Dim value As Boolean
value = instance.PushChangesToLists
instance.PushChangesToLists = value
public bool PushChangesToLists { get; set; }
Property Value
Type: System.Boolean
true to propagate changes to lists that implement the field; otherwise, false.