XmlSchemaInfo.IsNil Property

Definition

Gets or sets a value indicating if the value for this validated XML node is nil.

public:
 property bool IsNil { bool get(); void set(bool value); };
public bool IsNil { get; set; }
member this.IsNil : bool with get, set
Public Property IsNil As Boolean

Property Value

A bool value.

Remarks

The value of an XML node is nil if its xsi:nil attribute is true.

Applies to