共用方式為


SPList.EnableDeployWithDependentList property

取得或設定指定是否可以與相依的清單部署清單Boolean值。

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

Syntax

'宣告
Public Property EnableDeployWithDependentList As Boolean
    Get
    Set
'用途
Dim instance As SPList
Dim value As Boolean

value = instance.EnableDeployWithDependentList

instance.EnableDeployWithDependentList = value
public bool EnableDeployWithDependentList { get; set; }

Property value

Type: System.Boolean
true如果個相依的清單,都可以部署清單否則,請false。

請參閱

參照

SPList class

SPList members

Microsoft.SharePoint namespace