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 Get
public: property FeatureInstallation^ Parent { FeatureInstallation^ 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.9.1006.0)