Share via


DirectoryEntry.InvokeGet(String) 메서드

정의

네이티브 Active Directory 도메인 서비스 개체에서 속성을 가져옵니다.

public:
 System::Object ^ InvokeGet(System::String ^ propertyName);
public object InvokeGet (string propertyName);
public object? InvokeGet (string propertyName);
[System.Runtime.InteropServices.ComVisible(false)]
public object InvokeGet (string propertyName);
member this.InvokeGet : string -> obj
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.InvokeGet : string -> obj
Public Function InvokeGet (propertyName As String) As Object

매개 변수

propertyName
String

가져올 속성의 이름입니다.

반환

요청된 속성을 나타내는 개체입니다.

특성

설명

이 메서드를 사용하면 안 됩니다. 속성은 Properties 개체의 DirectoryEntry 속성에 액세스하는 데 사용해야 합니다.

적용 대상

추가 정보