NAnt SDK Documentation - v0.92

BuildElementCollectionAttribute.ChildElementName Property

The name of the child element within the collection.

[Visual Basic]
Public ReadOnly Property ChildElementName As String
[C#]
public string ChildElementName {get;}

Property Value

The name to check for in the XML of the elements in the collection.

Remarks

This can be used for validation and schema generation.

See Also

BuildElementCollectionAttribute Class | NAnt.Core.Attributes Namespace