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

속성 값

String

미리 결정되어 변경할 수 없는 고정 값입니다. 기본값은 null 참조입니다. 선택 사항입니다.

설명

콘텐츠는 단순 형식이어야 textOnly합니다. fixeddefault 특성은 함께 사용할 수 없습니다.

적용 대상