NAnt SDK Documentation - v0.92

PathElement.Parts Property

Gets the parts of a path represented by this element.

[Visual Basic]
Public ReadOnly Property Parts As StringCollection
[C#]
public System.Collections.Specialized.StringCollection Parts {get;}

Property Value

A StringCollection containing the parts of a path represented by this element.

See Also

PathElement Class | NAnt.Core.Types Namespace