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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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.