Freigeben über


TransportConfigurationTypeElement.TransportConfigurationType Eigenschaft

Definition

Ruft eine Zeichenfolge mit dem Typ ab, der den spezifischen Transport implementiert, oder legt diese fest.

public:
 property System::String ^ TransportConfigurationType { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("transportConfigurationType", Options=System.Configuration.ConfigurationPropertyOptions.IsRequired)]
[System.Configuration.StringValidator(MinLength=1)]
public string TransportConfigurationType { get; set; }
[<System.Configuration.ConfigurationProperty("transportConfigurationType", Options=System.Configuration.ConfigurationPropertyOptions.IsRequired)>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.TransportConfigurationType : string with get, set
Public Property TransportConfigurationType As String

Eigenschaftswert

String

Der Typ, mit dem der spezifische Transport implementiert wird.

Attribute

Gilt für