Principal.ContextType Свойство

Определение

Возвращает значение перечисления типов контекста, указывающее тип контекста участника, связанный с этим участником.

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

Значение свойства

Значение перечисления ContextType, указывающее тип контекста.

Атрибуты

Комментарии

Тип контекста задается для основного объекта контекста в конструкторе PrincipalContext . Значение, хранящееся в этом классе, связано со свойством ContextType .

Применяется к