Parent Property

DTF API

Copy image CopyHover image
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++ F#
public FeatureInstallation Parent { get; }
Public ReadOnly Property Parent As FeatureInstallation
	Get
public:
property FeatureInstallation^ Parent {
	FeatureInstallation^ get ();
}
member Parent : FeatureInstallation with get
Property Value
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.dll) Version: 3.0.0.0 (3.11.1.2318)