SPImportObject.IsDependency property
Gets a Boolean value that specifies whether the import object is being imported together with its parent object.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property IsDependency As Boolean
Get
'Usage
Dim instance As SPImportObject
Dim value As Boolean
value = instance.IsDependency
public bool IsDependency { get; }
Property value
Type: System.Boolean
Returns true if the object is imported with its parent object.