Principal.GetUnderlyingObjectType メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
基になるオブジェクト型を返します。
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
返品
基になるオブジェクト型。 AD DS、AD LDS、SAM の場合、種類は DirectoryEntry。
- 属性