BaseTask Properties | MSBuild Extension Pack Help 4.0.12.0 |
The BaseTask type exposes the following members.
Properties
Name | Description | |
---|---|---|
AuthenticationLevel |
Sets the authentication level to be used to connect to WMI. Default is Default. Also supports: Call, Connect, None, Packet, PacketIntegrity, PacketPrivacy, Unchanged
|
|
Authority |
Sets the authority to be used to authenticate the specified user.
|
|
ErrorOnDeprecated |
Set to true to error if the task has been deprecated
|
|
LogExceptionStack |
Set to true to log the full Exception Stack to the console.
|
|
MachineName |
Sets the MachineName.
|
|
SuppressTaskMessages |
Set to true to suppress all Message logging by tasks. Errors and Warnings are not affected.
|
|
TaskAction |
Sets the TaskAction.
|
|
UserName |
Sets the UserName
|
|
UserPassword |
Sets the UserPassword.
|
See Also