| Attribute | Description | Required |
|---|
| wmiclass | Specifies the name of the WMI class to generate the strongly typed class. | True |
| language | Specifies the language in which to generate the class. Possible values are: CS, VB, JS. | False |
| machine | Specifies the machine to connect to. | False |
| path | Specifies the path to the WMI namespace that contains the class. | False |
| namespace | Namespace of the generated .NET class | False |
| out | Path of the file to generate. | False |
| username | User name to use when connecting to the specified machine. | False |
| password | Password to use when connecting to the specified machine. | False |
| failonerror | Determines whether task failure stops the build or is just reported. Default is "true." | False |
| verbose | Task reports detailed build log messages. Default is "false." | False |
| if | If true then the task will be executed; otherwise skipped. Default is "true." | False |
| unless | Opposite of if. If false then the task will be executed; otherwise skipped. Default is "false." | False |