XmlSchemaElement.DefaultValue プロパティ

定義

要素の内容が単純型または textOnly である場合は、その要素の既定値を取得または設定します。

public:
 property System::String ^ DefaultValue { System::String ^ get(); void set(System::String ^ value); };
public string? DefaultValue { get; set; }
public string DefaultValue { get; set; }
member this.DefaultValue : string with get, set
Public Property DefaultValue As String

プロパティ値

この要素の既定値。 既定値は null 参照です。 省略可能。

注釈

fixed 属性と default 属性は相互に排他的です。 要素が単純型を含む場合は、この値はその型の有効な値であることが必要です。

適用対象