XmlSchemaAttribute.DefaultValue 属性

定义

获取或设置属性的默认值。

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

属性值

属性的默认值。 默认为空引用。 可选。

注解

DefaultValue 属性指示属性将在 XML 文档中无条件显示,只要该属性不存在,就使用提供的值。 默认情况下,此属性设置为 null,以指示没有为属性提供默认值。 和 fixeddefault 属性互斥。

可选。

默认值为 NULL。

适用于