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)

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.

See also

Reference

SPField class

SPField members

Microsoft.SharePoint namespace