The AutostartDTC property controls Microsoft Distributed Transaction Coordinator service (MSDTC) behavior on computer start.
object.AutostartDTC [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| value | True or False |
If True, the MSDTC service is started when the computer starts.
If False, the MSDTC service must be started manually.
Boolean
Read/write
HRESULT GetAutostartDTC(LPBOOL pRetVal);
HRESULT SetAutostartDTC(BOOL NewValue);