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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.