CustomXMLValidationError.Node Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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