SPImportObject.IsDependency - Propriété
Obtient une valeur booléenne qui spécifie si l'objet importé est importée avec son objet parent.
Espace de noms : Microsoft.SharePoint.Deployment
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property IsDependency As Boolean
Get
'Utilisation
Dim instance As SPImportObject
Dim value As Boolean
value = instance.IsDependency
public bool IsDependency { get; }
Valeur de propriété
Type : System.Boolean
Retourne true si l'objet est importé avec son objet parent.