XmlAtomicValue.Value 속성

정의

유효성이 string 검사된 XML 요소 또는 특성의 값을 가져옵니다.

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

속성 값

string 유효성이 검사된 XML 요소 또는 특성의 값입니다.

적용 대상