TransactionsDefaultSettingsSection Class

Contains default settings for transactions.

Syntax

class TransactionsDefaultSettingsSection : ConfigurationSection  

Methods

The following table lists the methods exposed by the TransactionsDefaultSettingsSection class.

Name Description
GetAllowDefinition (Inherited from ConfigurationSection.)
GetAllowLocation (Inherited from ConfigurationSection.)
RevertToParent (Inherited from ConfigurationSection.)
SetAllowDefinition (Inherited from ConfigurationSection.)
SetAllowLocation (Inherited from ConfigurationSection.)

Properties

The following table lists the properties exposed by the TransactionsDefaultSettingsSection class.

Name Description
DistributedTransactionManagerName A read/write string value that specifies the computer name of the Microsoft Distributed Transaction Coordinator (MSDTC) that is responsible for coordinating all distributed transactions that are started locally. The name is not case-sensitive and should contain only the short name of the computer.

The DistributedTransactionManagerName property does not accept fully qualified domain names, localhost names, or IP addresses. If this property contains an invalid remote computer name, an "unable to read configuration information" exception is thrown.

If the DistributedTransactionManagerName property is null or contains an empty string, the local transaction manager is used as the remote transaction manager.
Location (Inherited from ConfigurationSection.) A key property.
Path (Inherited from ConfigurationSection.) A key property.
SectionInformation (Inherited from ConfigurationSection.)
Timeout A read/write datetime value that contains the default interval after which a transaction times out. The default is 1 minute. A value of 0 is interpreted as infinity. Note: At run time, this value is automatically adjusted by the MaxTimeout property of the TransactionsMachineSettingsSection class

Subclasses

This class contains no subclasses.

Inheritance Hierarchy

ConfigurationSection

TransactionsDefaultSettingsSection

Requirements

Type Description
Client - IIS 7.0 on Windows Vista
- IIS 7.5 on Windows 7
- IIS 8.0 on Windows 8
- IIS 10.0 on Windows 10
Server - IIS 7.0 on Windows Server 2008
- IIS 7.5 on Windows Server 2008 R2
- IIS 8.0 on Windows Server 2012
- IIS 8.5 on Windows Server 2012 R2
- IIS 10.0 on Windows Server 2016
Product - IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, IIS 10.0
MOF file WebAdministration.mof

See Also

ConfigurationSection Class
TransactionsMachineSettingsSection Class
CIM_DATETIME