ISolutionSearchOptions.SearchExternalItems プロパティ

定義

外部アイテムのコンテンツを検索するかどうかを取得します。 true の場合は、外部アイテム内の検索結果が返されます。 false の場合、外部アイテムの検索は行われません。

public:
 property bool SearchExternalItems { bool get(); };
public:
 property bool SearchExternalItems { bool get(); };
public bool SearchExternalItems { get; }
member this.SearchExternalItems : bool
Public ReadOnly Property SearchExternalItems As Boolean

プロパティ値

true の場合は、外部アイテム内の検索結果が返されます。 false の場合、外部アイテムの検索は行われません。

適用対象