XmlEntityReference.Value 속성

정의

노드의 값을 가져오거나 설정합니다.

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

노드의 값입니다. XmlEntityReference 노드의 경우 이 속성은 null를 반환합니다.

예외

노드가 읽기 전용인 경우

속성을 설정하는 경우

적용 대상