SPElementDefinitionCollection.ParentFeatureDefinition property
Gets the Feature definition to which the collection belongs.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ParentFeatureDefinition As SPFeatureDefinition
Get
'Usage
Dim instance As SPElementDefinitionCollection
Dim value As SPFeatureDefinition
value = instance.ParentFeatureDefinition
public SPFeatureDefinition ParentFeatureDefinition { get; }
Property value
Type: Microsoft.SharePoint.Administration.SPFeatureDefinition
An SPFeatureDefinition object that represents the Feature definition.
See also
Reference
SPElementDefinitionCollection class