CustomXMLValidationError.Node Property

Definition

Gets a node in a CustomXMLValidationError object, if any exist. If no nodes exist, the property returns Nothing. Read-only.

public:
 property Microsoft::Office::Core::CustomXMLNode ^ Node { Microsoft::Office::Core::CustomXMLNode ^ get(); };
public Microsoft.Office.Core.CustomXMLNode Node { get; }
member this.Node : Microsoft.Office.Core.CustomXMLNode
Public ReadOnly Property Node As CustomXMLNode

Property Value

CustomXMLNode

Applies to