ChildPaths Property

Microsoft Deployment Tools

Deployment Tools Foundation ChildPaths Property
Gets the set of child paths if this InstallPath object represents a a directory.
Declaration Syntax
C# Visual Basic Visual C++
public InstallPathCollection ChildPaths { get; }
Public ReadOnly Property ChildPaths As InstallPathCollection
public:
property InstallPathCollection^ ChildPaths {
	InstallPathCollection^ get ();
}

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