XPathAtomicValue.IsNode PropertyXPathAtomicValue.IsNode PropertyXPathAtomicValue::IsNode Property

Gets a value indicating whether the item represents a node or an atomic value.

Syntax

Public Overrides ReadOnly Property IsNode As Boolean
        Get
public override bool IsNode { get; }
public:
virtual property bool IsNode {
    bool get();
}
 

Property Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if the item is a node; otherwise falseFalsefalse.