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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET