SPList.EnableDeployingList 属性
请注意:此 API 现在已过时。
获取或设置一个Boolean值,指定是否可以部署列表。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<ObsoleteAttribute("EnableDeployList has been deprecated")> _
Public Property EnableDeployingList As Boolean
Get
Set
用法
Dim instance As SPList
Dim value As Boolean
value = instance.EnableDeployingList
instance.EnableDeployingList = value
[ObsoleteAttribute("EnableDeployList has been deprecated")]
public bool EnableDeployingList { get; set; }
属性值
类型:System.Boolean
true如果可以部署列表 ;否则为false。