Bagikan melalui


DirectoryEntry.InvokeGet(String) Metode

Definisi

Mendapatkan properti dari objek Active Directory Domain Services asli.

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

Parameter

propertyName
String

Nama properti yang akan didapatkan.

Mengembalikan

Objek yang mewakili properti yang diminta.

Atribut

Keterangan

Metode ini tidak boleh digunakan. Properti Properties harus digunakan untuk mengakses properti DirectoryEntry objek.

Berlaku untuk

Lihat juga