Principal.GetUnderlyingObjectType Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Devolve o tipo de objeto subjacente.
public:
Type ^ GetUnderlyingObjectType();
public Type GetUnderlyingObjectType();
[System.Security.SecurityCritical]
public Type GetUnderlyingObjectType();
member this.GetUnderlyingObjectType : unit -> Type
[<System.Security.SecurityCritical>]
member this.GetUnderlyingObjectType : unit -> Type
Public Function GetUnderlyingObjectType () As Type
Devoluções
O tipo de objeto subjacente. Para AD DS, AD LDS e SAM, o tipo é DirectoryEntry.
- Atributos