PSRemotingBaseCmdlet.ResolvedComputerNames Property

Definition

Computer names after they have been resolved (null, empty string, "." resolves to localhost)

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

Property Value

String[]

Remarks

If Null or empty string is specified, then localhost is assumed. The ResolveComputerNames will include this.

Applies to