XmlSchemaElement.FixedValue 屬性

定義

取得或設定固定值。

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

屬性值

那個固定且預先決定且無法改變的數值。 預設是空參考。 Optional.

備註

內容應該是簡單型態或 textOnlyfixed屬性default與 是互斥的。

適用於