XdmNavigator.IsId PropertyXdmNavigator.IsId PropertyXdmNavigator::IsId Property

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

Syntax

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

Property Value

Type: System.BooleanSystem.BooleanSystem::Boolean

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

Remarks

Exactly what constitutes an ID depends in part on how the data model was constructed.