ApplicationActivationAttribute.SoapVRoot 属性

定义

获取或设置一个值,该值表示 COM+ 应用程序在 Web 上的虚拟根。

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

属性值

COM+ 应用程序在 Web 上的虚拟根。

注解

使用时,将执行为应用程序设置或拆毁 SOAP 所需的所有工作。 如果为未安装 Windows SDK 的计算机上运行的应用程序设置此属性,则会发生错误。

适用于