次の方法で共有


TransportConfigurationTypeElement.TransportConfigurationType プロパティ

定義

特定のトランスポートを実装する型を含む文字列を取得または設定します。

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

プロパティ値

特定のトランスポートを実装する型。

属性

適用対象