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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.