ApplicationActivationAttribute.SoapVRoot 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值表示 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 的计算机上运行的应用程序设置此属性,则会发生错误。