RegistrationConfig.Application 属性

定义

获取或设置要在其中安装程序集的 COM+ 应用程序的名称。

public:
 property System::String ^ Application { System::String ^ get(); void set(System::String ^ value); };
public string Application { get; set; }
member this.Application : string with get, set
Public Property Application As String

属性值

要在其中安装程序集的 COM+ 应用程序的名称。

适用于