SoapHeader.EncodedMustUnderstand12 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
SOAP 프로토콜 버전 1.2를 사용하여 통신할 때 SOAP 헤더에 대한 mustUnderstand
XML 특성의 값을 가져오거나 설정합니다.
public:
property System::String ^ EncodedMustUnderstand12 { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.ComVisible(false)]
public string EncodedMustUnderstand12 { get; set; }
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.EncodedMustUnderstand12 : string with get, set
Public Property EncodedMustUnderstand12 As String
속성 값
SOAP 헤더의 mustUnderstand
XML 특성 값입니다. 기본값은 "0"입니다.
- 특성
예외
속성이 "0", "1", "true" 또는 "false" 이외의 다른 값으로 설정된 경우
설명
이 속성은 사용할 수 없습니다. 대신 사용 하 여는 MustUnderstand 속성입니다.