MessagePartSpecification.HeaderTypes Property

Definition

Gets the header types for this specification.

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)

Property Value

An ICollection<T> that holds the header types for this message specification.

Applies to