XmlSchemaAttribute.FixedValue 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置属性的固定值。
public:
property System::String ^ FixedValue { System::String ^ get(); void set(System::String ^ value); };
public string? FixedValue { get; set; }
public string FixedValue { get; set; }
member this.FixedValue : string with get, set
Public Property FixedValue As String
属性值
属性的固定值。 默认值为 NULL。 可选。
注解
FixedValue
指示属性值(如果存在)必须等于提供的值。 默认情况下,此属性设置为 null,这意味着不会为该属性提供固定值。 属性fixed``default
是互斥的。
可选。