ChildPaths Property

DTF API

Copy image CopyHover image
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++ F#
public InstallPathCollection ChildPaths { get; }
Public ReadOnly Property ChildPaths As InstallPathCollection
	Get
public:
property InstallPathCollection^ ChildPaths {
	InstallPathCollection^ get ();
}
member ChildPaths : InstallPathCollection with get
Property Value

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