PSSenderInfo.UserInfo 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.
Contains information related to the user connecting to the server.
public:
property System::Management::Automation::Remoting::PSPrincipal ^ UserInfo { System::Management::Automation::Remoting::PSPrincipal ^ get(); };
public System.Management.Automation.Remoting.PSPrincipal UserInfo { get; }
member this.UserInfo : System.Management.Automation.Remoting.PSPrincipal
Public ReadOnly Property UserInfo As PSPrincipal