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 의 배열입니다.

적용 대상