Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the child nodes.
Namespace: System.Web.Http.Validation
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Property ChildNodes As ICollection(Of ModelValidationNode)
Get
Private Set
'Usage
Dim instance As ModelValidationNode
Dim value As ICollection(Of ModelValidationNode)
value = instance.ChildNodes
public ICollection<ModelValidationNode> ChildNodes { get; private set; }
public:
property ICollection<ModelValidationNode^>^ ChildNodes {
ICollection<ModelValidationNode^>^ get ();
private: void set (ICollection<ModelValidationNode^>^ value);
}
member ChildNodes : ICollection<ModelValidationNode> with get, private set
function get ChildNodes () : ICollection<ModelValidationNode>
private function set ChildNodes (value : ICollection<ModelValidationNode>)
Property Value
Type: System.Collections.Generic.ICollection<ModelValidationNode>
The child nodes.