MessagePartSpecification.HeaderTypes 속성

정의

이 사양에 대한 헤더 형식을 가져옵니다.

public:
 property System::Collections::Generic::ICollection<System::Xml::XmlQualifiedName ^> ^ HeaderTypes { System::Collections::Generic::ICollection<System::Xml::XmlQualifiedName ^> ^ get(); };
public System.Collections.Generic.ICollection<System.Xml.XmlQualifiedName> HeaderTypes { get; }
member this.HeaderTypes : System.Collections.Generic.ICollection<System.Xml.XmlQualifiedName>
Public ReadOnly Property HeaderTypes As ICollection(Of XmlQualifiedName)

속성 값

ICollection<XmlQualifiedName>

이 메시지 사양에 대한 헤더 형식을 보유하는 ICollection<T>입니다.

적용 대상