共用方式為


SPField.PushChangesToLists property

取得或設定 Boolean 值,指定是否要傳播至實作欄位的清單中的欄位範本所做的變更。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Property PushChangesToLists As Boolean
    Get
    Set
'用途
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傳播至實作欄位 ; 清單的變更否則,請false。

請參閱

參照

SPField class

SPField members

Microsoft.SharePoint namespace