다음을 통해 공유


DirectoryEntry.Properties 속성

정의

DirectoryEntry 개체의 Active Directory 도메인 서비스 속성을 가져옵니다.

public:
 property System::DirectoryServices::PropertyCollection ^ Properties { System::DirectoryServices::PropertyCollection ^ get(); };
public System.DirectoryServices.PropertyCollection Properties { get; }
[System.ComponentModel.Browsable(false)]
[System.DirectoryServices.DSDescription("DSProperties")]
public System.DirectoryServices.PropertyCollection Properties { get; }
member this.Properties : System.DirectoryServices.PropertyCollection
[<System.ComponentModel.Browsable(false)>]
[<System.DirectoryServices.DSDescription("DSProperties")>]
member this.Properties : System.DirectoryServices.PropertyCollection
Public ReadOnly Property Properties As PropertyCollection

속성 값

이 엔트리에 대해 설정된 속성을 포함하는 PropertyCollection 개체입니다.

특성

설명

속성이 초기화 Properties 되지 않은 경우 ADSI 인터페이스 IADs::Get 메서드를 호출하여 캐시에서 값을 검색합니다. 언더링 캐시가 로드되지 않은 경우 IADs::Get 은 암시적으로 IADs::GetInfo를 호출합니다. 이 메서드는 기본 디렉터리 저장소에서 캐시에 설정되지 않은 지원되는 속성의 값을 로드합니다. 에 대한 Properties 후속 호출은 캐시의 속성 값만 검색합니다. 속성 캐시 로드를 제어하려면 를 호출 RefreshCache합니다.

참고 속성은 Properties Windows NT 4.0용 Active Directory 클라이언트 확장(DSClient)에서 사용할 수 없습니다.

적용 대상

추가 정보