次の方法で共有


SiteCollection.Item[String] プロパティ

定義

コレクション内の指定した名前を持つサイトを取得します。

public:
 property Microsoft::Web::Administration::Site ^ default[System::String ^] { Microsoft::Web::Administration::Site ^ get(System::String ^ name); };
public Microsoft.Web.Administration.Site this[string name] { get; }
member this.Item(string) : Microsoft.Web.Administration.Site
Default Public ReadOnly Property Item(name As String) As Site

パラメーター

name
String

サイト コレクションから取得するサイトの名前。

プロパティ値

Siteオブジェクト内の指定した名前をSiteCollection持つ オブジェクト。

注釈

オブジェクトの プロパティは NameSite オブジェクト内のサイトを name 検索するために使用される パラメーターに SiteCollection 対応します。

適用対象