XmlSchema.Version 속성

정의

스키마의 버전을 가져오거나 설정합니다.

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

속성 값

String

스키마의 버전입니다. 기본값은 String.Empty입니다.

적용 대상