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 屬性集合中指定的屬性。

適用於