ApplicationActivationAttribute.SoapVRoot プロパティ

定義

Web における COM+ アプリケーションの仮想ルートを表す値を取得または設定します。

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

プロパティ値

Web における COM+ アプリケーションの仮想ルート。

注釈

使用すると、アプリケーションの SOAP のセットアップまたは破棄に必要なすべての作業が行われます。 このプロパティが、Windows SDKがインストールされていないコンピューターで実行されているアプリケーションに対して設定されている場合は、エラーが発生します。

適用対象