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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.