XmlSchemaInfo.IsDefault 属性

定义

获取或设置一个值,该值指示这个被验证的 XML 节点是否设置为在 XML 架构定义语言 (XSD) 架构验证期间应用的默认值的结果。

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

属性值

Boolean

一个 bool 值。

注解

IsDefault 属性不报告 DTD 默认值。

适用于