次の方法で共有


ApplicationActivationAttribute.SoapVRoot プロパティ

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

Public Property SoapVRoot As String
[C#]
public string SoapVRoot {get; set;}
[C++]
public: __property String* get_SoapVRoot();public: __property void set_SoapVRoot(String*);
[JScript]
public function get SoapVRoot() : String;public function set SoapVRoot(String);

プロパティ値

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

解説

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

必要条件

プラットフォーム: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

ApplicationActivationAttribute クラス | ApplicationActivationAttribute メンバ | System.EnterpriseServices 名前空間