Get method of the MSFT_DtcDefaultTask class

Retrieves the default DTC instance.

Syntax

uint32 Get(
  [out] string cmdletOutput
);

Parameters

cmdletOutput [out]

The name of the retrieved DTC instance.

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_DtcDefaultTask