MSFT_WdacBidTrace class

WDAC BidTrace Configuration.

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

Syntax

[Version("1.0"), AMENDMENT]
class MSFT_WdacBidTrace
{
  string  Platform;
  uint32  Mode;
  string  PathOrFolder;
  uint32  ProcessId;
  boolean IsEnabled;
  boolean IsDefined;
  string  BidTraceAdapter;
};

Members

The MSFT_WdacBidTrace class has these types of members:

Properties

The MSFT_WdacBidTrace class has these properties.

BidTraceAdapter

Data type: string

Access type: Read-only

The full path of the BidTrace adapter.

IsDefined

Data type: boolean

Access type: Read-only

True if the WDAC BidTrace setting is defined.

IsEnabled

Data type: boolean

Access type: Read-only

True if the WDAC BidTrace setting is enabled.

Mode

Data type: uint32

Access type: Read-only

Qualifiers: key

One of the following: 1 (= Full path); 2 (= Folder); 3 (= All applications).

PathOrFolder

Data type: string

Access type: Read-only

Qualifiers: key

The full path of applications for the BidTrace configuration (when Mode == 1), or the full path of application folder for the BidTrace configuration (when Mode==2). This is ignored for Mode == 3.

Platform

Data type: string

Access type: Read-only

Qualifiers: key

The platform architecture of the BidTrace setting. Either '32-bit' or '64-bit'.

ProcessId

Data type: uint32

Access type: Read-only

Qualifiers: key

The process ID of a particular application for the BidTrace configuration. This is ignored for Mode != 1.

Requirements

Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\WDAC
MOF
WdacWmiProv.mof
DLL
WdacWmiProv.dll

See also

WDAC WMI Provider Reference