InvokeWebRequest.WebSession Property

Definition

Provides access to the WebSession parameter.

public:
 property System::Activities::InArgument<Microsoft::PowerShell::Commands::WebRequestSession ^> ^ WebSession { System::Activities::InArgument<Microsoft::PowerShell::Commands::WebRequestSession ^> ^ get(); void set(System::Activities::InArgument<Microsoft::PowerShell::Commands::WebRequestSession ^> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<Microsoft.PowerShell.Commands.WebRequestSession> WebSession { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.WebSession : System.Activities.InArgument<Microsoft.PowerShell.Commands.WebRequestSession> with get, set
Public Property WebSession As InArgument(Of WebRequestSession)

Property Value

Attributes

Applies to