SPList.EnableDeployWithDependentList - Propriété

Gets or sets a Boolean value that specifies whether the list can be deployed with a dependent list.

Espace de noms :  Microsoft.SharePoint
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Property EnableDeployWithDependentList As Boolean
    Get
    Set
'Utilisation
Dim instance As SPList
Dim value As Boolean

value = instance.EnableDeployWithDependentList

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

Valeur de propriété

Type : System.Boolean
true if the list can be deployed with a dependent list; otherwise, false.

Voir aussi

Référence

SPList classe

SPList - Membres

Microsoft.SharePoint - Espace de noms