Compartir a través de


TransactionsSectionGroup.MachineSettings Propiedad

Definición

Obtiene el conjunto de valores de configuración en el nivel del equipo.

public:
 property System::Transactions::Configuration::MachineSettingsSection ^ MachineSettings { System::Transactions::Configuration::MachineSettingsSection ^ get(); };
[System.Configuration.ConfigurationProperty("machineSettings")]
public System.Transactions.Configuration.MachineSettingsSection MachineSettings { get; }
[<System.Configuration.ConfigurationProperty("machineSettings")>]
member this.MachineSettings : System.Transactions.Configuration.MachineSettingsSection
Public ReadOnly Property MachineSettings As MachineSettingsSection

Valor de propiedad

MachineSettingsSection

Objeto MachineSettingsSection que representa los parámetros de configuración en el nivel del equipo. El valor predeterminado es MachineSettingsSection que se rellena con valores predeterminados.

Atributos

Se aplica a