Compartir a través de


GetPSSession.State Property

Definition

Provides access to the State parameter.

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

Property Value

Attributes

Applies to