Compartir a través de


MessagePartSpecification.HeaderTypes Propiedad

Definición

Obtiene los tipos de encabezado para esta especificación.

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)

Valor de propiedad

ICollection<XmlQualifiedName>

ICollection<T> que contiene los tipos de encabezado para esta especificación de mensaje.

Se aplica a