ComponentServices Properties | MSBuild Extension Pack Help 4.0.12.0 |
The ComponentServices type exposes the following members.
Properties
Name | Description | |
---|---|---|
Activation |
Sets the type of activation for the application. Defaults to "Local". Supports: Local (server application), Inproc (library application)
|
|
AllowIntrinsicIisProperties |
Sets whether or not component services allows access to Intrinsic IIS properties, used for Windows 2003
components on Windows 2008 and later. Defaults to "False". Supports: True, False (allow access to Intrinsic IIS properties)
|
|
ApplicationName |
Sets the name of the COM+ Application.
|
|
ComponentName |
Sets the name of the COM+ component
|
|
ConstructorString |
Sets the constructor string for the specified COM+ component. If empty, then the constructor support is removed
|
|
EnforceAccessChecks |
Sets whether or not component services enforces access checks for this application. Defaults to "True". Supports: True (Enforce access checks), False
|
|
Exists |
Gets whether the application exists.
|
|
Framework |
Sets the version of the .NET FrameWork. Defaults to "v2.0.50727"
|
|
Identity |
Sets the process identity for the application. Specify a valid user account or "Interactive User" to have the application assume the identity of the current logged-on user.
|
|
Path |
Sets the path to the DLL to be added to the application
|
|
Transaction |
Sets the Transaction support for the component. Supports: Ignored, None [Default], Supported, Required, RequiresNew
|
See Also