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 내용입니다.

적용 대상