NAnt SDK Documentation - v0.85-nightly-2005-11-09

BuildElementCollectionAttribute.ChildElementName Property

[This is preliminary documentation and subject to change.]

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