Partager via


XmlSchemaInfo.IsNil Propriété

Définition

Obtient ou définit une valeur indiquant si la valeur de ce nœud XML est 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

Valeur de propriété

Boolean

Valeur bool.

Remarques

La valeur d’un nœud XML est nulle si son xsi:nil attribut est true.

S’applique à