CustomXMLValidationError.Node Property
Gets a node in a CustomXMLValidationError object, if any exist. If no nodes exist, the property returns Nothing. Read-only.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property Node As CustomXMLNode
Get
'Usage
Dim instance As CustomXMLValidationError
Dim value As CustomXMLNode
value = instance.Node
CustomXMLNode Node { get; }
Property Value
Type: Microsoft.Office.Core.CustomXMLNode
CustomXMLNode
See Also
Reference
CustomXMLValidationError Interface