ModelValidationNode.ChildNodes Property

.NET Framework (current version)
 

Gets the child nodes.

Namespace:   System.Web.ModelBinding
Assembly:  System.Web (in System.Web.dll)

member ChildNodes : ICollection<ModelValidationNode> with get, private set

Property Value

Type: System.Collections.Generic.ICollection<ModelValidationNode>

The child nodes.

.NET Framework
Available since 4.5
Return to top
Show: