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

适用于