TransactionsSectionGroup::DefaultSettings Property
.NET Framework (current version)
Gets the default settings used to initialize the elements and attributes in a transactions section.
Assembly: System.Transactions (in System.Transactions.dll)
public: [ConfigurationPropertyAttribute("defaultSettings")] property DefaultSettingsSection^ DefaultSettings { DefaultSettingsSection^ get(); }
Property Value
Type: System.Transactions.Configuration::DefaultSettingsSection^A DefaultSettingsSection that represents the default settings. The default is a DefaultSettingsSection that is populated with default values.
.NET Framework
Available since 2.0
Available since 2.0
Show: