言語

SearchResultCollection.PropertiesLoaded プロパティ

定義

検索が実行される前に指定された DirectorySearcher プロパティを取得します。

public:
 property cli::array <System::String ^> ^ PropertiesLoaded { cli::array <System::String ^> ^ get(); };
public string[] PropertiesLoaded { get; }
member this.PropertiesLoaded : string[]
Public ReadOnly Property PropertiesLoaded As String()

プロパティ値

String[]

検索の実行前に String プロパティ コレクションで指定されたプロパティを含むPropertiesToLoad型の配列。

適用対象