Principal.ContextRaw Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a principal context that is associated with this principal.
protected public:
property System::DirectoryServices::AccountManagement::PrincipalContext ^ ContextRaw { System::DirectoryServices::AccountManagement::PrincipalContext ^ get(); void set(System::DirectoryServices::AccountManagement::PrincipalContext ^ value); };
[System.ComponentModel.Browsable(false)]
protected internal System.DirectoryServices.AccountManagement.PrincipalContext ContextRaw { get; set; }
[System.ComponentModel.Browsable(false)]
protected internal System.DirectoryServices.AccountManagement.PrincipalContext ContextRaw { [System.Security.SecurityCritical] get; [System.Security.SecurityCritical] set; }
[<System.ComponentModel.Browsable(false)>]
member this.ContextRaw : System.DirectoryServices.AccountManagement.PrincipalContext with get, set
[<System.ComponentModel.Browsable(false)>]
[<get: System.Security.SecurityCritical>]
[<set: System.Security.SecurityCritical>]
member this.ContextRaw : System.DirectoryServices.AccountManagement.PrincipalContext with get, set
Protected Friend Property ContextRaw As PrincipalContext
Property Value
A PrincipalContext object that contains the context associated with this principal.
- Attributes
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.