Share via


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.

See Also

Reference

SPImportObject Class

SPImportObject Members

Microsoft.SharePoint.Deployment Namespace