DirectoryEntry.InvokeGet(String) メソッド

定義

ネイティブ Active Directory Domain Services オブジェクトからプロパティを取得します。

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 必要があります。

適用対象

こちらもご覧ください