PSExecutionCmdlet.DisconnectedSessionName Property

Definition

Session names optionally provided for Disconnected parameter.

protected:
 property cli::array <System::String ^> ^ DisconnectedSessionName { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
protected:
 property Platform::Array <Platform::String ^> ^ DisconnectedSessionName { Platform::Array <Platform::String ^> ^ get(); void set(Platform::Array <Platform::String ^> ^ value); };
protected string[] DisconnectedSessionName { get; set; }
member this.DisconnectedSessionName : string[] with get, set
Protected Property DisconnectedSessionName As String()

Property Value

String[]

Applies to