XmlSchemaInfo.IsDefault プロパティ

定義

この検証済みの XML ノードが、XML スキーマ定義言語 (XSD: XML Schema Definition Language) スキーマの検証の実行中に既定値を適用して設定されたかどうかを示す値を取得または設定します。

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 の既定値は報告されません。

適用対象