DirectoryEntry.InvokeGet(String) Método

Definição

Obtém uma propriedade do objeto nativo do Active Directory Domain Services.Gets a property from the native Active Directory Domain Services object.

public:
 System::Object ^ InvokeGet(System::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

Parâmetros

propertyName
String

O nome da propriedade a ser obtida.The name of the property to get.

Retornos

Object

Um objeto que representa a propriedade solicitada.An object that represents the requested property.

Atributos

Comentários

Esse método não deve ser usado.This method should not be used. A Properties propriedade deve ser usada para acessar as propriedades do DirectoryEntry objeto.The Properties property should be used to access the properties of the DirectoryEntry object.

Aplica-se a

Confira também