XmlReflectionMember.SoapAttributes 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
멤버 코드 엔터티에 적용된 SOAP 관련 특성의 컬렉션을 가진 SoapAttributes를 가져오거나 설정합니다.
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.
public:
property System::Xml::Serialization::SoapAttributes ^ SoapAttributes { System::Xml::Serialization::SoapAttributes ^ get(); void set(System::Xml::Serialization::SoapAttributes ^ value); };
public System.Xml.Serialization.SoapAttributes SoapAttributes { get; set; }
member this.SoapAttributes : System.Xml.Serialization.SoapAttributes with get, set
Public Property SoapAttributes As SoapAttributes
속성 값
멤버에 적용된 SOAP 특성을 나타내는 개체가 포함된 SoapAttributes입니다.
설명
웹 서비스 메서드 멤버의 코드 엔터티는 입력 매개 변수, 출력 매개 변수, 반환 형식, 입력 SOAP 헤더 특성 또는 출력 SOAP 헤더 특성일 수 있습니다.
클래스 및 해당 속성을 직접 사용할 XmlReflectionMember 필요가 없습니다.