DtcNetworkSettings class

Represents network and security configuration settings for a DTC instance.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[Version("1.0"), AMENDMENT]
class DtcNetworkSettings
{
  boolean InboundTransactionsEnabled;
  boolean OutboundTransactionsEnabled;
  boolean RemoteClientAccessEnabled;
  boolean RemoteAdministrationAccessEnabled;
  boolean XATransactionsEnabled;
  boolean LUTransactionsEnabled;
  string  AuthenticationLevel;
};

Members

The DtcNetworkSettings class has these types of members:

Properties

The DtcNetworkSettings class has these properties.

AuthenticationLevel

Data type: string

Access type: Read-only

The authentication level of the security settings.

InboundTransactionsEnabled

Data type: boolean

Access type: Read-only

true if inbound transactions are enabled; otherwise, false.

LUTransactionsEnabled

Data type: boolean

Access type: Read-only

true if LU transactions are enabled; otherwise, false.

OutboundTransactionsEnabled

Data type: boolean

Access type: Read-only

true if outbound transactions are enabled; otherwise, false.

RemoteAdministrationAccessEnabled

Data type: boolean

Access type: Read-only

true if remote administration access is enabled; otherwise, false.

RemoteClientAccessEnabled

Data type: boolean

Access type: Read-only

true if remote client access is enabled; otherwise, false.

XATransactionsEnabled

Data type: boolean

Access type: Read-only

true if XA transactions are enabled; otherwise, false.

Requirements

Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\MsDTC
MOF
Msdtcwmi.mof
DLL
MsDtcWmi.dll

See also

Distributed Transaction Coordinator WMI Provider