ComponentServices Properties

MSBuild Extension Pack

ComponentServices Properties MSBuild Extension Pack Help 4.0.12.0

The ComponentServices type exposes the following members.

Properties

  Name Description
Public property Activation
Sets the type of activation for the application. Defaults to "Local". Supports: Local (server application), Inproc (library application)
Public property 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)
Public property ApplicationName
Sets the name of the COM+ Application.
Public property ComponentName
Sets the name of the COM+ component
Public property ConstructorString
Sets the constructor string for the specified COM+ component. If empty, then the constructor support is removed
Public property EnforceAccessChecks
Sets whether or not component services enforces access checks for this application. Defaults to "True". Supports: True (Enforce access checks), False
Public property Exists
Gets whether the application exists.
Public property Framework
Sets the version of the .NET FrameWork. Defaults to "v2.0.50727"
Public property 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.
Public property Path
Sets the path to the DLL to be added to the application
Public property Transaction
Sets the Transaction support for the component. Supports: Ignored, None [Default], Supported, Required, RequiresNew
Top
See Also

Reference