获取或设置Boolean值,该值指定列表是否可以部署与相关的列表。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
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; }
属性值
类型:System.Boolean
true如果列表,即可部署相关的列表。否则为false。