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 parent of this node.
Namespace: System.Web.Http.Validation
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Property ParentNode As ModelValidationNode
Get
Private Set
'Usage
Dim instance As ModelValidatedEventArgs
Dim value As ModelValidationNode
value = instance.ParentNode
public ModelValidationNode ParentNode { get; private set; }
public:
property ModelValidationNode^ ParentNode {
ModelValidationNode^ get ();
private: void set (ModelValidationNode^ value);
}
member ParentNode : ModelValidationNode with get, private set
function get ParentNode () : ModelValidationNode
private function set ParentNode (value : ModelValidationNode)
Property Value
Type: System.Web.Http.Validation.ModelValidationNode
The parent of this node.