SearchResultCollection.PropertiesLoaded 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得在執行搜尋之前所指定的 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 屬性集合中指定的屬性。