PSPrincipal.Identity 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 the identity of the current user principal.
public:
property System::Management::Automation::Remoting::PSIdentity ^ Identity { System::Management::Automation::Remoting::PSIdentity ^ get(); };
public System.Management.Automation.Remoting.PSIdentity Identity { get; }
member this.Identity : System.Management.Automation.Remoting.PSIdentity
Public ReadOnly Property Identity As PSIdentity