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 (); }