ModelValidationNode.ChildNodes Property

.NET Framework (current version)
 

Gets the child nodes.

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

Public Property ChildNodes As ICollection(Of ModelValidationNode)
	Get
	Private Set
End Property

Property Value

Type: System.Collections.Generic.ICollection(Of ModelValidationNode)

The child nodes.

.NET Framework
Available since 4.5
Return to top
Show: