ApplicationNameAttribute Constructor (String^)
.NET Framework (current version)
Initializes a new instance of the ApplicationNameAttribute class, specifying the name of the COM+ application to be used for the install of the components.
Assembly: System.EnterpriseServices (in System.EnterpriseServices.dll)
Parameters
- name
-
Type:
System::String^
The name of the COM+ application.
The following example illustrates the use of this attribute to mark a ServicedComponent class.
.NET Framework
Available since 1.1
Available since 1.1
Show: