SPList.EnableDeployingList property
NOTE: This API is now obsolete.
取得或設定Boolean值,指定是否可以部署清單。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<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; }
Property value
Type: System.Boolean
true如果可以部署清單 ;否則,請false。