Parent Property

Microsoft Deployment Tools

Deployment Tools Foundation Parent Property
Gets the parent of the feature, or null if the feature has no parent (it is a root feature).
Declaration Syntax
C# Visual Basic Visual C++
public FeatureInstallation Parent { get; }
Public ReadOnly Property Parent As FeatureInstallation
public:
property FeatureInstallation^ Parent {
	FeatureInstallation^ get ();
}
Remarks
Invocation of this property may be slightly costly for products with many features, because it involves an enumeration of all the features in the product.

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)