SPList.EnableDeployingList - Propriété
Remarque : cette API est désormais obsolète.
Gets or sets a Boolean value specifying whether the list can be deployed.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
<ObsoleteAttribute("EnableDeployList has been deprecated")> _
Public Property EnableDeployingList As Boolean
Get
Set
'Utilisation
Dim instance As SPList
Dim value As Boolean
value = instance.EnableDeployingList
instance.EnableDeployingList = value
[ObsoleteAttribute("EnableDeployList has been deprecated")]
public bool EnableDeployingList { get; set; }
Valeur de propriété
Type : System.Boolean
true if the list can be deployed; otherwise, false.