XdmNavigator.IsIdrefs PropertyXdmNavigator.IsIdrefs PropertyXdmNavigator::IsIdrefs Property

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

Syntax

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

Property Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if the current 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 6.2 Element Nodes and 6.3 Attribute Nodes.