XmlSchemaInfo.IsNil 属性

定义

获取或设置一个值,此值指示这个被验证的 XML 节点的值是否为零。

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

属性值

Boolean

一个 bool 值。

注解

XML 节点的值为 nil(如果其 xsi:nil 属性为 true)。

适用于