Principal.ContextType Eigenschaft

Definition

Ruft den Enumerationswert für den Kontexttyp ab, der den Kontexttyp des Prinzipals angibt, der mit diesem Prinzipal verknüpft ist.

public:
 property System::DirectoryServices::AccountManagement::ContextType ContextType { System::DirectoryServices::AccountManagement::ContextType get(); };
public System.DirectoryServices.AccountManagement.ContextType ContextType { get; }
public System.DirectoryServices.AccountManagement.ContextType ContextType { [System.Security.SecurityCritical] get; }
member this.ContextType : System.DirectoryServices.AccountManagement.ContextType
[<get: System.Security.SecurityCritical>]
member this.ContextType : System.DirectoryServices.AccountManagement.ContextType
Public ReadOnly Property ContextType As ContextType

Eigenschaftswert

Ein ContextType-Enumerationswert, der den Kontexttyp angibt.

Attribute

Hinweise

Der Kontexttyp wird für das Prinzipalkontextobjekt im PrincipalContext Konstruktor festgelegt. Der in dieser Klasse gespeicherte Wert ist der ContextType -Eigenschaft zugeordnet.

Gilt für: