XmlAtomicValue.Value 속성

정의

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

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 요소나 특성의 string 값입니다.

적용 대상