다음을 통해 공유


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

속성 값

String

특정 전송을 구현하는 형식입니다.

특성

적용 대상