DirectoryEntry.InvokeGet(String) Metodo

Definizione

Ottiene una proprietà dall'oggetto Servizi di dominio Active Directory nativo.

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

Parametri

propertyName
String

Nome della proprietà da ottenere.

Restituisce

Object

Oggetto che rappresenta la proprietà richiesta.

Attributi

Commenti

Questo metodo non deve essere utilizzato. La Properties proprietà deve essere utilizzata per accedere alle proprietà dell'oggetto DirectoryEntry .

Si applica a

Vedi anche