WellKnownClientTypeEntry.ApplicationUrl プロパティ

定義

型をアクティブ化するアプリケーションの URL を取得または設定します。

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

プロパティ値

型をアクティブ化するアプリケーションの URL。

注釈

アプリケーション URL は省略可能であり、サーバーアクティブ化オブジェクトに対応するアプリケーションの URL に設定する必要があります。

適用対象