PSExecutionCmdlet.DisconnectedSessionName 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.
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[]