WebRequestPSCmdlet.WebSession 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 or sets the Session property.
public:
virtual property Microsoft::PowerShell::Commands::WebRequestSession ^ WebSession { Microsoft::PowerShell::Commands::WebRequestSession ^ get(); void set(Microsoft::PowerShell::Commands::WebRequestSession ^ value); };
public virtual Microsoft.PowerShell.Commands.WebRequestSession WebSession { get; set; }
[System.Management.Automation.Parameter]
public virtual Microsoft.PowerShell.Commands.WebRequestSession WebSession { get; set; }
member this.WebSession : Microsoft.PowerShell.Commands.WebRequestSession with get, set
[<System.Management.Automation.Parameter>]
member this.WebSession : Microsoft.PowerShell.Commands.WebRequestSession with get, set
Public Overridable Property WebSession As WebRequestSession
Property Value
- Attributes