XdmReader.IsId PropertyXdmReader.IsId PropertyXdmReader::IsId Property

Gets a value indicating whether the current node is an XML ID.

Syntax

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

Property Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if the urrent node is an XML ID; otherwise, falseFalsefalse.

Remarks

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