Share via


UnescapedXmlDiagnosticData.UnescapedXml 속성

정의

이스케이프되지 않은 XML 데이터 문자열을 가져오거나 설정합니다.

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

속성 값

이스케이프되지 않은 XML 문자열입니다.

설명

스키마 규격의 엔드투엔드 코드를 사용하려는 경우 UnescapedXml 속성 값은 엔드투엔드 이벤트 스키마에 대해 유효성을 검사할 수 있는 XML 조각이어야 합니다.

적용 대상