VirtualPathExtension.SiteName プロパティ

定義

WCF サービスをホストする IIS または WAS アプリケーションのサイト名を取得します。

public:
 property System::String ^ SiteName { System::String ^ get(); };
public string SiteName { get; }
member this.SiteName : string
Public ReadOnly Property SiteName As String

プロパティ値

サービスをホストする IIS または WAS アプリケーションのサイト名。

適用対象