Share via


Get method of the MSFT_DtcNetworkSettingTask class

Retrieves DTC network and security configuration settings.

Syntax

uint32 Get(
  [in]  string             DtcName,
  [out] DtcNetworkSettings cmdletOutput
);

Parameters

DtcName [in]

The name of the DTC instance that is associated with the settings. If you do not specify this parameter, or if you specify a value of "Local", this method modifies the local DTC instance.

cmdletOutput [out]

A DtcNetworkSettings embedded instance containing the retrieved settings.

Return value

Returns "0" on success, otherwise returns a WMI error code.

Requirements

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

See also

MSFT_DtcNetworkSettingTask