WebRequestPSCmdlet.WebSession Property

Definition

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

Applies to