DirectoryEntry.Properties 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 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)에서 사용할 수 없습니다.
적용 대상
추가 정보
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET