SmtpSection.Network Propriedade

Definição

Obtém o elemento de configuração que controla as configurações de rede usadas pelo protocolo SMTP. arquivoSmtpNetworkElement.

public:
 property System::Net::Configuration::SmtpNetworkElement ^ Network { System::Net::Configuration::SmtpNetworkElement ^ get(); };
[System.Configuration.ConfigurationProperty("network")]
public System.Net.Configuration.SmtpNetworkElement Network { get; }
[<System.Configuration.ConfigurationProperty("network")>]
member this.Network : System.Net.Configuration.SmtpNetworkElement
Public ReadOnly Property Network As SmtpNetworkElement

Valor da propriedade

Um objeto SmtpNetworkElement.

O elemento de configuração que controla as configurações de rede usadas pelo SMTP.

Atributos

Aplica-se a

Confira também