NetSectionGroup.Settings Propriedade

Definição

Obtém a seção de configuração que contém as configurações de rede para o computador local.

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

Valor da propriedade

Um objeto SettingsSection.

Atributos

Comentários

A seção retornada por essa propriedade corresponde ao <elemento de configuração Elemento de configurações> (Configurações de Rede).

Aplica-se a