Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves a DTC instance specific property from the registry.
Syntax
uint32 Get(
  [in]  string DtcName,
  [in]  string Subkey,
  [in]  string Name,
  [out] string cmdletOutput
);
Parameters
- 
DtcName [in] 
- 
The name of the DTC instance. 
- 
Subkey [in] 
- 
The subkey name of the property to retrieve. 
- 
Name [in] 
- 
The name of the property to retrieve. 
- 
cmdletOutput [out] 
- 
The string representation of the retrieved property. 
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 | 
 | 
| MOF | 
 | 
| DLL | 
 |