TransactionsSectionGroup::DefaultSettings Property

 

Gets the default settings used to initialize the elements and attributes in a transactions section.

Namespace:   System.Transactions.Configuration
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
Return to top
Show: