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)에서 사용할 수 없습니다.
제품 | 버전 |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9 |
.NET 피드백
.NET은(는) 오픈 소스 프로젝트입니다. 다음 링크를 선택하여 피드백을 제공해 주세요.