XdmReader.IsIdrefs PropertyXdmReader.IsIdrefs PropertyXdmReader::IsIdrefs Property

Gets a value indicating whether the current node is an XML IDREF or IDREFS.

Syntax

Public ReadOnly Property IsIdrefs As Boolean
        Get
public bool IsIdrefs { get; }
public:
property bool IsIdrefs {
    bool get();
}
 

Property Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if the urrent node is an XML IDREF or IDREFS; otherwise, falseFalsefalse.

Remarks

Exactly what constitutes an IDREF or IDREFS depends in part on how the data model was constructed. See XQuery 1.0 and XPath 2.0 Data Model (XDM) (Second Edition)