PSSession.ApplicationPrivateData 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.
Private data to be used by applications built on top of PowerShell. Optionally sent by the remote server when creating a new session / runspace.
public:
property System::Management::Automation::PSPrimitiveDictionary ^ ApplicationPrivateData { System::Management::Automation::PSPrimitiveDictionary ^ get(); };
public System.Management.Automation.PSPrimitiveDictionary ApplicationPrivateData { get; }
member this.ApplicationPrivateData : System.Management.Automation.PSPrimitiveDictionary
Public ReadOnly Property ApplicationPrivateData As PSPrimitiveDictionary