Summary
The name of the child element within the collection.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Attributes - Containing Type
- Build
Element Collection Attribute
Syntax
public string ChildElementName { get; }
Remarks
This can be used for validation and schema generation.
Value
Type | Description |
---|---|
string | The name to check for in the XML of the elements in the collection. |