XmlDeclaration.Value プロパティ

定義

XmlDeclaration の値を取得します。値の設定も可能です。

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

プロパティ値

String

(つまり、?xml と ?>の間<のすべて) のXmlDeclaration内容。

適用対象