TransportConfigurationTypeElement.TransportConfigurationType Propriedade
Definição
Obtém ou define uma cadeia de caracteres que contém o tipo que implementa o transporte específico.Gets or sets a string that contains the type that implements the specific transport.
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
Valor da propriedade
O tipo que implementa o transporte específico.The type that implements the specific transport.
- Atributos