XdmReader.IsNilled PropertyXdmReader.IsNilled PropertyXdmReader::IsNilled Property

Gets a value indicating whether the current node is nilled.

Syntax

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

Property Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if the urrent node is an element and the value for the validated element is nil; otherwise, falseFalsefalse.

Remarks

XML Schema Part 1: Structures Second Edition introduced the nilled mechanism to signal that an element should be accepted as valid when it has no content even when it has a content type which does not require or even necessarily allow empty content.