다음을 통해 공유


XmlReflectionMember.SoapAttributes 속성

정의

멤버 코드 엔터티에 적용된 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

속성 값

SoapAttributes

멤버에 적용된 SOAP 특성을 나타내는 개체가 포함된 SoapAttributes입니다.

설명

웹 서비스 메서드 멤버의 코드 엔터티는 입력 매개 변수, 출력 매개 변수, 반환 형식, 입력 SOAP 헤더 특성 또는 출력 SOAP 헤더 특성일 수 있습니다.

클래스 및 해당 속성을 직접 사용할 XmlReflectionMember 필요가 없습니다.

적용 대상