WebMessageEncodingElement.WebContentTypeMapperType Eigenschap

Definitie

Hiermee wordt de typenaam van een WebContentTypeMapper opgegeven waarmee de indeling wordt opgegeven waarop het inhoudstype van een binnenkomend bericht is toegewezen.

public:
 property System::String ^ WebContentTypeMapperType { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("webContentTypeMapperType", DefaultValue="")]
[System.Configuration.StringValidator(MinLength=0)]
public string WebContentTypeMapperType { get; set; }
[<System.Configuration.ConfigurationProperty("webContentTypeMapperType", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.WebContentTypeMapperType : string with get, set
Public Property WebContentTypeMapperType As String

Waarde van eigenschap

De typenaam van een WebContentTypeMapper.

Kenmerken

Opmerkingen

Dit is een uitbreidbaarheidspunt in het programmeermodel dat wordt gebruikt door de encoder voor webberichten om te overschrijven hoe inhoudstypen worden toegewezen aan indelingen.

Van toepassing op