SPFeatureDependency.Parent property

Gets the parent collection of dependencies of which the current dependency is a member.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property Parent As SPFeatureDependencyCollection
    Get
'Usage
Dim instance As SPFeatureDependency
Dim value As SPFeatureDependencyCollection

value = instance.Parent
public SPFeatureDependencyCollection Parent { get; }

Property value

Type: Microsoft.SharePoint.SPFeatureDependencyCollection
An SPFeatureDependencyCollection object that represents the parent collection of the Features that are depended upon.

See also

Reference

SPFeatureDependency class

SPFeatureDependency members

Microsoft.SharePoint namespace