ScopeRuleCollection.Item プロパティ (Microsoft.Office.Server.Search.Administration)
コレクションから指定された範囲ルールを取得します。
名前空間: Microsoft.Office.Server.Search.Administration
アセンブリ: Microsoft.Office.Server.Search (microsoft.office.server.search.dll 内)
構文
'宣言
Public ReadOnly Default Property Item ( _
id As Integer _
) As ScopeRule
'使用
Dim instance As ScopeRuleCollection
Dim id As Integer
Dim value As ScopeRule
value = instance(id)
public ScopeRule this [
int id
] { get; }
パラメータ
- id
範囲ルール ID を指定する 32 ビットの整数。
プロパティ値
ScopeRule オブジェクト。
関連項目
参照
ScopeRuleCollection クラス
ScopeRuleCollection メンバ
Microsoft.Office.Server.Search.Administration 名前空間