TransactionsSectionGroup::MachineSettings Property

 

Gets the configuration settings set at the machine level.

Namespace:   System.Transactions.Configuration
Assembly:  System.Transactions (in System.Transactions.dll)

public:
[ConfigurationPropertyAttribute("machineSettings")]
property MachineSettingsSection^ MachineSettings {
	MachineSettingsSection^ get();
}

Property Value

Type: System.Transactions.Configuration::MachineSettingsSection^

A MachineSettingsSection that represents the configuration settings at the machine level. The default is a MachineSettingsSection that is populated with default values.

.NET Framework
Available since 2.0
Return to top
Show: