XmlDeclaration.Version プロパティ

定義

ドキュメントの XML バージョンを取得します。

public:
 property System::String ^ Version { System::String ^ get(); };
public string Version { get; }
member this.Version : string
Public ReadOnly Property Version As String

プロパティ値

値は常に 1.0 です。

適用対象